Advertisement
Guest User

Untitled

a guest
May 4th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /* Главное меню */
  2. div.menu{background: #1683a3; border: 1px solid #016c8b; border-left: none; border-right: none;}
  3. div.menu ul{margin: 0; padding: 0; list-style: none;}
  4. div.menu ul li{display: inline-block; margin: 5px 30px;}
  5. div.menu ul li a{color: #fff; text-transform: uppercase; text-shadow: 1px 1px 3px #044555;}
  6. div.menu ul li a:hover{color: #a3e1f3;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement