Thursday 15 September 2011

CSS - Shadow with the ‘inset’

#Example_inset {
-moz-box-shadow: inset -5px -5px 0 5px #888;
-webkit-box-shadow: inset -5px -5px 0 5px#888;
box-shadow: inset -5px -5px 0 5px #888;
}

No comments:

Post a Comment