/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.dropShadow(@x:0, @y:0, @blur:0, @color:#444){ box-shadow: @x @y @blur @color; -o-box-shadow: @x @y @blur @color; -webkit-box-shadow: @x @y @blur @color; -moz-box-shadow: @x @y @blur @color;}
URL: http://lostwebdesigns.com