Answers for "apply shadow to image css"

CSS
0

add shadow to background image css

box-shadow: inset 0 0 5px 2px #282a2d; /* mark the inset */
Posted by: Guest on July-30-2020
0

putting picture shaddow in css

.image{
  box-shadow: 0px -10px 30px #ccc;
}
Posted by: Guest on August-31-2020

Browse Popular Code Answers by Language