You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

64 lines
891 B

  1. #contact {
  2. text-align: center;
  3. i {
  4. font-size: 160px;
  5. color: @blue;
  6. }
  7. padding: 100px 0;
  8. }
  9. #share {
  10. text-align:center;
  11. background: @blue;
  12. color: #fff;
  13. i {
  14. font-size: 50px;
  15. }
  16. ul {
  17. list-style:none;
  18. }
  19. li {
  20. margin: 0 20px;
  21. display:inline-block;
  22. }
  23. }
  24. footer {
  25. text-align: center;
  26. background: @dark-blue;
  27. padding: 30px 0;
  28. p {
  29. margin: 0;
  30. }
  31. i {
  32. color: @red;
  33. }
  34. a {
  35. color: @light-gray;
  36. }
  37. }
  38. #features {
  39. background: @light-gray;
  40. text-align: center;
  41. i {
  42. color: @blue;
  43. font-size: 160px;
  44. }
  45. padding: 40px 0;
  46. }
  47. #samples {
  48. h4 {
  49. margin-top: 30px;
  50. }
  51. code {
  52. display:block;
  53. padding: 20px;
  54. background: @light-gray;
  55. font-family: @font-family-mono;
  56. }
  57. }