Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .navi{
  2. z-index:2;
  3. position:absolute;
  4. left:280px;
  5. bottom:370px;
  6. background:transparent;
  7. text-align:center;
  8. font-variant:small-caps;
  9. border-top:2px solid #a43a39;
  10. padding-right:5px;
  11. padding-left:5px;
  12. border-bottom:2px solid #a43a39;
  13. filter: drop-shadow(0.5px 4px #160b14);
  14. }
  15.  
  16. .navi a{
  17. text-decoration:none;
  18. display: inline-block;
  19. font-size:30px;
  20. color:#a43a39;
  21. margin-bottom:5px;
  22. margin-right:10px;
  23. font-family:'lato', serif;
  24. margin-left:10px;
  25. transition:all .6s ease-in-out;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement