Answers for "how to give box shadow to white background in css"

CSS
4

box shadow css

box-shadow: 3px 3px 6px 5px #ccc;

or

box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
Posted by: Guest on October-11-2020

Code answers related to "how to give box shadow to white background in css"

Browse Popular Code Answers by Language