Print Stylesheet Links


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .main a:after
  2. {
  3. content: " (" attr(href) ") ";
  4. font-style:italic;
  5. }

Report this snippet


Comments


You need to login to view comments.