Advertisement
janusivan

Tamar Lurie - Footer CSS - Link underline effect

Jan 11th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. #global-footer a:after {
  2.     width:100%;
  3. }
  4. #global-footer a:hover:after {
  5.     width:0%;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement