Advertisement
vvcx

Untitled

May 30th, 2021
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <style>
  2. .links {
  3. display:block;
  4. }
  5. .links a {
  6. display:inline;
  7. width: 150px;
  8. box-shadow: inset 0 0 0 0 #000;
  9. overflow: visible;
  10. -webkit-transition: all ease 0.5s;
  11. -moz-transition: all ease 0.5s;
  12. transition: all ease 0.5s;}
  13. .links a:hover {
  14. box-shadow: inset 0 50px 0 0 #000;}
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement