CSS Properties: How set initial property to its default value shadow?
Solution:
HTML Code:
Explanation:
- The width: 200px; CSS property sets the width of the div element to 200 pixels.
- The height: 100px; CSS property sets the height of the div element to 100 pixels.
- The border: 3px solid #FF0000; CSS property sets the border properties of the div element to a 3-pixel wide solid red border.
- The background-color: #4364FF; CSS property sets the background color of the div element to a shade of blue (#4364FF).
- The box-shadow: initial; CSS property resets the box-shadow property of the div element to its initial value, which is no shadow.
Live Demo:
See the solution in the browser
Supported browser
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics