Menu
×
×
Correct!
Exercise:Give the div element rounded corners.
<style>
div {
background: red;
@(13): 10px;
}
</style>
<body>
<div>This is a div element. It has some text.</div>
</body>
<style>
div {
background: red;
border-radius: 10px;
}
</style>
<body>
<div>This is a div element. It has some text.</div>
</body>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 138 exercises.
Are you sure you want to continue?