Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. img {
  2. margin: 0 50px;
  3. padding: 0px;
  4. }
  5.  
  6. h1 {
  7. color: #aa3322;
  8. font-size: 20px;
  9. font-family: Verdana;
  10. margin: 0 90px;
  11. }
  12.  
  13.  
  14. .main-menu ul li {
  15. border-bottom: dashed 1px;
  16. border-color: #cccccc;
  17. width: 960px;
  18. list-style: none;
  19. padding: 1px;
  20. background-color: #aa3322;
  21. font-family: arial;
  22. }
  23.  
  24. .main-menu a {
  25. color: #cccccc;
  26. text-decoration: none;
  27. font-size: 12px;
  28. margin: 50px;
  29. }
  30.  
  31. ul {
  32. width: 960px;
  33. border: 1px solid ;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement