Guest User

Untitled

a guest
Apr 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. /* Underline author link */
  2. .author a {
  3. text-decoration: underline;
  4. }
  5.  
  6. /* Add word Author before author link */
  7. .author a::before {
  8. content: "Author ";
  9. }
Add Comment
Please, Sign In to add comment