Advertisement
Guest User

Untitled

a guest
Jun 7th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. body {
  3. width: 100%;
  4. background: url('http://www.nickducot.com/parker_new/img/parker_bg1.jpg');
  5. background-position: center 0%;
  6. background-repeat: no-repeat;
  7. font-family: Arial, sans-serif;
  8. }
  9. a:link, a:visited {
  10. color: #000000;
  11. text-decoration: none;
  12. }
  13. a:hover, a:active {
  14. background-color: #eee0a3;
  15. border-bottom-left-radius: 5px;
  16. border-bottom-right-radius: 5px;
  17. border-top-left-radius: 5px;
  18. border-top-right-radius: 5px;
  19. }
  20. ul {
  21. text-align: center;
  22. }
  23. li {
  24. display:inline;
  25. list-style-type: none;
  26. text-decoration: none;
  27. padding: 8px;
  28. background-color: #ffffff;
  29. }
  30. nav {
  31. margin: 100px;
  32. display: inline;
  33. text-decoration: none;
  34. text-align: center;
  35. }
  36.  
  37.  
  38. @media print
  39. @media (max-width:1100px)
  40. @media (max-width:980px)
  41. @media (max-width:480px)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement