Content before/after


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



Copy this code and paste it in your HTML
  1. .email-address:before {
  2. content: "Email address: ";
  3. }
  4.  
  5. <ul>
  6. <li class="email-address">chriscoyier@gmail.com</li>
  7. </ul>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.