Jump to content

Box-Shadow


Recommended Posts

Hey! I´ve trying to figure out how to enable shadows on some boxes.

 

Url... www.girlybox.se

 

Check out the picture below.

 

I want to add shadow on those 3 blocks. I´ve tried to edit the global.css but it just put shadows on everything.

 

Best regards Johannes

post-776912-0-37550900-1399378921_thumb.png

Link to comment
Share on other sites

ready to use code:
 


.list-featured, #columns {
-webkit-box-shadow: 0px 0px 10px 0px rgba(87,85,87,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(87,85,87,1);
box-shadow: 0px 0px 10px 0px rgba(87,85,87,1);
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...