index.css 440 B

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