Rollback999

What can i use to place a shadow behind my images and outlines?

Asked by Rollback999 2 years ago shadow images outline


Autobots
0
 
If you're refering to having your images and boxes with a drtop shadow, then you need the Box Shadow CSS feature to work for you. Here's what you need to place in your CSS:

.shadow {
  box-shadow: 3px 3px 3px #f2f2f2;
  -moz-box-shadow: 3px 3px 3px #f2f2f2;
  -webkit-box-shadow: 3px 3px 3px #f2f2f2;
}

by Autobots 2 years ago

Answer this question

What can i use to place a shadow behind my images and outlines?

0 errors found:

 
0