Answers for "box-shadow: in css"

CSS
125

css box shadow

/* offset-x | offset-y | blur-radius | spread-radius | color */
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
Posted by: Guest on August-13-2020
0

box-shadow

box-shadow: 10px 5px 5px black;
Posted by: Guest on December-05-2020

Browse Popular Code Answers by Language