Answers for "box shadow css hover"

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
23

css box shadow

#example1 {
  box-shadow: 10px 10px 8px #888888;
}
Posted by: Guest on January-29-2020

Browse Popular Code Answers by Language