Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. html,
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. body {
  8. width: 430px;
  9. min-height: 280px;
  10. padding: 10px;
  11. font-family: "Arial", sans-serif;
  12. font-size: 14px;
  13. line-height: 1.4;
  14. background: #ecf0f1;
  15. }
  16.  
  17. .main-menu {
  18. padding: 0;
  19. margin-top: 0;
  20. margin-left: 5px;
  21. list-style: none;
  22. }
  23.  
  24. .main-menu li {
  25. display: inline-block;
  26. margin-left: -5px;
  27. }
  28.  
  29. /*.main-menu li:last-child a {*/
  30. /* padding-right: 40px;*/
  31. /*}*/
  32.  
  33. .main-menu a {
  34. display: block;
  35. padding: 10px 15px;
  36. text-decoration: none;
  37. color: #ffffff;
  38. background-color: #2980b9;
  39. border-left: 2px solid #2c3e50;
  40. }
  41.  
  42. .main-menu .active a {
  43. background-color: #1abc9c;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement