Answers for "box shadow syntaxe css"

72

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
19

box shadow

box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
// copy this
Posted by: Guest on June-29-2020

Browse Popular Code Answers by Language