Answers for "different box shadow style"

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
-1

box shadow css

/* add depth to your webpage */

box-shadow: <x-offset> <y-offset> <blur-radius> <spread-radius> <color>;
Posted by: Guest on March-16-2021

Browse Popular Code Answers by Language