Advertisement
ANDROMETAS

large hover links

Jul 10th, 2021
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <style>
  2. a {
  3. text-decoration: none;
  4. font-size: 20px;
  5. transition: font-size .4s;
  6. }
  7. a:hover {
  8. font-size: 1.5em;
  9. }
  10. </style>
  11.  
  12. <div>
  13. <a href="/#">nintendo playstation</a>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement