🔰CSS shadows

  1. The box-shadow property represents the light source's position using horizontal and vertical offsets.

  2. each shadow should use the same ratio between these two numbers.

  3. As an element gets closer to the user, the offset should increase ⬆️, the blur radius should increase ⬆️, and the shadow's opacity should decrease ⬇️.

Last updated