Guest User

Untitled

a guest
Jan 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. a {
  2. text-decoration: none;
  3. font-size: 28px;
  4. color: #000;
  5. }
  6.  
  7. a:hover {
  8. color: #F00;
  9. }
  10.  
  11. a:hover:after {
  12. content: attr(alt);
  13. }
  14.  
  15. a:hover:after, a:focus:after {
  16. display: block;
  17. content: attr(alt);
  18. color: #000;
  19. position: absolute;
  20. left: 15px;
  21. }
Add Comment
Please, Sign In to add comment