/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.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;}