Menu
×
×
Correct!
Exercise:The
<style>
#example1 {
border: 10px dotted red;
padding: 20px;
background-color: yellow;
background-clip: @(11);
}
</style>
<style>
#example1 {
border: 10px dotted red;
padding: 20px;
background-color: yellow;
background-clip: padding-box;
}
</style>
<style>
#example1 {
border: 10px dotted red;
padding: 20px;
background-color: yellow;
background-clip: border-box;
}
</style>
<style>
#example1 {
border: 10px dotted red;
padding: 20px;
background-color: yellow;
background-clip: content-box;
}
</style>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 138 exercises.
Are you sure you want to continue?