style.css~ 403 B

12345678910111213141516171819202122232425262728
  1. body {
  2. margin:40px auto;
  3. max-width:650px;
  4. font-size:18px;
  5. color:#444;
  6. padding:0 10px
  7. }
  8. h1,h2,h3 {
  9. line-height:1.2
  10. }
  11. #menu {
  12. margin-bottom: 1em;
  13. margin-top: 1em;
  14. background: #444;
  15. border-radius: 3px;
  16. text-align: center;
  17. }
  18. #menu >a {
  19. text-decoration: none;
  20. color: #fff;
  21. }
  22. #menu > a:hover { color: #fff; }
  23. #menu > a:visited { color: #fff; }