Advertisement
mralasic

Untitled

Jul 22nd, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ul{
  2. text-align:right;
  3. padding:30px;
  4. }
  5.  
  6. li{
  7. font-weight:900;
  8. display:inline;
  9. padding:10px;
  10. text-transform:uppercase;
  11. }
  12.  
  13. a{
  14. text-decoration:none;
  15. color:white;
  16. padding:8px;
  17. border-bottom: 2px solid transparent;
  18. transition-duration:0.2s;
  19. }
  20.  
  21. a:hover{
  22. border-bottom: 2px solid red;
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement