Invisible hr tag


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



Copy this code and paste it in your HTML
  1. hr {
  2. background:none;
  3. clear:both;
  4. float:none;
  5. width:100%;
  6. height:1px;
  7. border:none;
  8. margin:-1px 0;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.