CSS3 Drop Shadow – Quick Tip

CSS3 Drop Shadow

With the rapid adoption of CSS3, web designers now have many great tools that graphic designers have enjoyed for some time. It was often cumbersome to create drop shadows on websites. Now, with a new CSS3 property, it’s actually easier than ever.

How to Make a CSS3 Drop Shadow

As the short video explained, all you have to do is add the box-shadow property to any element, and you’ll be able to add drop shadows to your websites.

<img src="caturday.jpg" style="box-shadow: 7px 7px 5px black;">

That video is part of a series on Learning HTML5. Watch the whole thing on YouTube.

By Victor

Victor founded VmC Ink. in 2001. It is an organization that encompasses computer topics, design ideas, and financial opinions, among other topics.

Reply?

This site uses Akismet to reduce spam. Learn how your comment data is processed.