×
×
Correct!
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!<style> body { background-image: url("img_tree.png");w3exercise_input_no_0:w3exercise_input_no_1; } </style> |
This will reset the score of ALL 138 exercises.
Are you sure you want to continue?