8,960
edits
(Blanked the page) Tags: Blanking Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<style> | |||
body { | |||
position: relative; | |||
} | |||
body::before { | |||
content: url(/nc_assets/img/setlistest.png); /* Замените на URL вашего изображения */ | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
z-index: 1; | |||
pointer-events: none; | |||
} | |||
</style> | |||