Tagged: shadow
Hi,
I would like to add a box-shadow on the edges of the entire site and I tried with this:
#wrap_all {
-moz-box-shadow: 0px 0px 20px 1px #5f5f5f ;
-webkit-box-shadow: 0px 0px 20px 1px #5f5f5f ;
-o-box-shadow: 0px 0px 20px 1px #5f5f5f ;
box-shadow: 0px 0px 20px 1px #5f5f5f ;
}
I put this in the custom css box but it does not work.
Thanks for your help.