Guest User

Untitled

a guest
May 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. a:after {
  2. ...
  3.  
  4. content: attr(title); /* Default to title */
  5.  
  6. ...
  7. };
  8.  
  9. html.js a:after {
  10. ...
  11.  
  12. content: attr(data-title); /* Shift to data-title */
  13.  
  14. ...
  15. };
Add Comment
Please, Sign In to add comment