菜单
×
×
正确!
练习使用正确的背景属性使背景图像不会随着页面其余部分滚动。 <style> body { background-image: url("img_tree.png"); @(21): @(5); } </style>
<style> body { background-image: url("img_tree.png"); background-attachment: fixed; } </style>
不正确点击这里重新尝试。 正确!下一题 ❯ |
这将重置所有 138 个练习的分数。
您确定要继续吗?