Extra Border via Content


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



Copy this code and paste it in your HTML
  1. .SELECTOR:before { border: 1px solid #ccc; position: absolute; width: SETWIDTH; content:''; left: 0; top: 0; right: 0; bottom: 0;-webkit-border-radius: 10px;-moz-border-radius: 10px; z-index:-500;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.