Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. nav{
  2. width: 20%;
  3. background-color: cornflowerblue;
  4. padding: 1%;
  5. margin: 5% 6%;
  6. border: white 2px solid;
  7. border-radius: 20px;
  8. box-shadow: 8px 10px 5px #000000;
  9. }
  10.  
  11. nav ul {
  12. list-style-type: none;
  13. margin: 10%;
  14. padding: 0px;
  15. }
  16. nav.top ul a{
  17. display: block;
  18. border: 2px solid #333333;
  19. text-align: right;
  20. text-decoration: none;
  21. margin: 1%;
  22. padding: 5%;
  23. border-radius: 50px;
  24. font-family: "nawigacja","Arial","Times New Roman";
  25. font-size: 150%;
  26. }
  27. nav.top ul a {
  28. background: white url("obrazki/naw2.png") no-repeat;
  29. color: #333333;
  30. background-position: 5% 5%;
  31. background-size: 20%;
  32. background-repeat: no-repeat;
  33. }
  34. nav.top ul a:hover {
  35. background: white url("obrazki/naw.png") no-repeat;
  36. background-position: 2% 2%;
  37. background-size: 20%;
  38. color: red;
  39. transition: 0.2s;
  40. border: red solid 2px;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement