border and shadow in box
Hi!
We tried to put a border and a shadow in a "box". But we dont know how to use a Custom | Classes Custom CSS Item Classes Names. Could you help us?
Result as like this
Thanks
Comments
I have css to put shadow, but i need to know how apply in this box.
element.style {
padding: 30px;
background-color: #ffffff;
margin-top: -50px;
box-shadow: 3px -3px 45px 20px rgba(217,217,217,0.34);
}
thanks
the best way would be to insert just the css values to the custom css field in every column item, just this: padding: 30px; background-color: #ffffff; margin-top: -50px; box-shadow: 3px -3px 45px 20px rgba(217,217,217,0.34);
thanks