Menu
×
×
Correct!
Exercise:Use the correct background property to make the background image NOT scroll with the rest of the page.
<style>
body {
background-image: url("img_tree.png");
@(21): @(5);
}
</style>
<style>
body {
background-image: url("img_tree.png");
background-attachment: fixed;
}
</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?