CSS box-shadow Property

The CSS box-shadow property applies shadow to elements. In its simplest use, you only specify the horizontal shadow and the vertical shadow: Example: div { box-shadow: 10px 10px grey; }
Faisal Khan
Asked 10-11-2024
273

Answer (1)
The CSS box-shadow property applies shadow to elements.In its simplest use, you only specify the horizontal shadow and the vertical shadow:Example:div { box-shadow: 10px 10px grey; }
Deepak Sharma
Asked 17-11-2018
45 Likes
Comments
Write comment

Submit your answer