Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. .topnav {
  3. overflow: hidden;
  4. background-color: #333;
  5. position:fixed;
  6. }
  7.  
  8. .topnav a {
  9. float: left;
  10. display: block;
  11. color: #f2f2f2;
  12. text-align: center;
  13. padding: 14px 16px;
  14. text-decoration: none;
  15. font-size: 17px;
  16. }
  17.  
  18. .topnav a:hover {
  19. background-color: #ddd;
  20. color: black;
  21. }
  22.  
  23. .topnav a.active {
  24. background-color: #4da6ff;
  25. color: white;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement