Menu
×
×
Correct!
Exercise:Set the border of the div to "25px solid navy". Hint: Use the border property |
Edit This Code:
x
<html> <head> <style> div { background-color: lightblue; width: 200px; padding: 25px; } </style> </head> <body> <div>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div> </body> <!-- Mirrored from www.w3schools.com/css/exercise.asp?filename=exercise_boxmodel3 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:16:48 GMT --> </html> Result:
|
Correct Code:
xxxxxxxxxx Result:
|