/ Published in: CSS
URL: http://lostwebdesigns.com
Use as follow : .example{ .insetShadow(0, 1px, 5px, rgba(0,0,0, .5)); }
Expand |
Embed | Plain Text
.insetShadow(@x:0, @y:0, @blur:0, @color:#444){ box-shadow: inset @x @y @blur @color; -o-box-shadow: inset @x @y @blur @color; -webkit-box-shadow: inset @x @y @blur @color; -moz-box-shadow: inset @x @y @blur @color; behavior: url(css/PIE.htc); }
You need to login to post a comment.
