index.css 437 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 20px;
  4. }
  5. .span4,
  6. h1,
  7. h4 {
  8. text-align: center;
  9. }
  10. h1 {
  11. font-size: 4em;
  12. }
  13. h4 {
  14. font-weight: 200;
  15. }
  16. h1 {
  17. margin-bottom: 20px;
  18. }
  19. h3 {
  20. margin-top: 20px;
  21. }
  22. #github {
  23. display: block;
  24. position: fixed;
  25. width: 150px;
  26. height: 150px;
  27. top: 0;
  28. right: 0;
  29. z-index: 150;
  30. }
  31. .footer {
  32. border-top: 1px solid #eee;
  33. margin-top: 80px;
  34. padding-top: 40px;
  35. padding-bottom: 40px;
  36. }