Answers for "box shadow of a div"

23

css box shadow

#example1 {
  box-shadow: 10px 10px 8px #888888;
}
Posted by: Guest on January-29-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