index.css 438 B

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