Answers for "syntax of 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:0 2px 5px #ccc;
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language