Column separator, no images and clearfix compatible


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



Copy this code and paste it in your HTML
  1. @mixin columnseparator {
  2. @extend .relative;
  3.  
  4. &:before {
  5. content: '';
  6. position: absolute;
  7. top: 0;
  8. width: 3px;
  9. background: #eee;
  10. left: 681px;
  11. bottom: 0;
  12. }
  13. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.