Style hr cross browser


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



Copy this code and paste it in your HTML
  1. hr
  2. {
  3. border: none 0;
  4. border-bottom: dashed 1px #666; // could be solid or dotted
  5. color: #fff;
  6. background-color: #fff;
  7. clear: both;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.