Menu
×
×
正确
<style>
#example1 {
padding: 20px;
background-image: url('img1.gif');
background-repeat: no-repeat;
@(17): @(11);
}
</style>
<style>
#example1 {
padding: 20px;
background-image: url('img1.gif');
background-repeat: no-repeat;
background-origin: content-box;
}
</style>
不正确
点击 此处 重试 正确
下一题 ❯<style> #example1 { padding: 20px; background-image: url('img1.gif'); background-repeat: no-repeat;w3exercise_input_no_0:w3exercise_input_no_1; } </style> |