css. Copy code. :root { --bg-image: url('your-image-url.jpg'); } body { background-image: var(--bg-image); }. In the :root selector, you can define the ...
確定! 回上一頁