Sunday 22 December 2013

Responsive web design tips: CSS3 Box shadow usage techniques

Box shadow is a very important tag in responsive design. with this tag we can apply a beautiful shadow to a box in website.

the code will be like this:

.democlass { box-shadow: 0px 1px 2px #cccccc; }

Then you can get a beautiful style. try with your custome colors.

No comments:

Post a Comment