Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .links {
- display:block;
- }
- .links a {
- display:inline;
- width: 150px;
- box-shadow: inset 0 0 0 0 #000;
- overflow: visible;
- -webkit-transition: all ease 0.5s;
- -moz-transition: all ease 0.5s;
- transition: all ease 0.5s;}
- .links a:hover {
- box-shadow: inset 0 50px 0 0 #000;}
- </style>
- <div class="links"><a href="#"> link ~! </a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement