index.css 472 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. body {
  2. padding-top: 60px;
  3. padding-bottom: 60px;
  4. }
  5. h1 {
  6. font-size: 5em;
  7. letter-spacing: -2px;
  8. }
  9. .people {
  10. font-size: 18px;
  11. }
  12. .page-header {
  13. text-align: left;
  14. }
  15. #main {
  16. text-align: center;
  17. }
  18. .section {
  19. padding-top: 20px;
  20. }
  21. #github {
  22. display: block;
  23. position: fixed;
  24. width: 150px;
  25. height: 150px;
  26. top: 0;
  27. right: 0;
  28. z-index: 2000;
  29. }
  30. .footer {
  31. border-top: 1px solid #eee;
  32. margin-top: 80px;
  33. padding-top: 40px;
  34. padding-bottom: 40px;
  35. }