Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- nav { /* maga a navigáció sáv */
- padding: 20px;
- text-align: center;
- font-family: Tahoma;
- }
- #navmenu { /* navigáció háttere */
- background: #000000;
- }
- mk a:link, mk a:visited { /* menü linkjei */
- background-color: #000000;
- color: #ffffff;
- font-family: Tahoma;
- font-size: 14px;
- font-style: normal;
- border-top: 4px solid #000000;
- border-bottom: 4px solid #000000;
- padding: 15px 0;
- margin: 0 15px;
- letter-spacing: 2px;
- text-decoration: none!important;
- text-transform: uppercase;
- transition: 0.5s ease;
- }
- mk a:hover, mk a:active { /* menü linkjei ha ráviszed az egeret */
- border-top: 4px solid #ffffff;
- border-bottom: 4px solid #ffffff;
- padding: 6px 0;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement