CSS Properties: How no shadow apply in the element?
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: none; CSS property disables any shadow effect for the div element.
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