第1行: | 第1行: | ||
{{User}} | {{User}} | ||
+ | <html> | ||
+ | <style type="text/css"> | ||
+ | body { | ||
+ | background: url("http://www.luogu.com.cn/background.png"); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: cover; | ||
+ | background-attachment: fixed; | ||
+ | background-color: rgb(255,105,180); | ||
+ | } | ||
+ | body:before { | ||
+ | background: url("http://www.luogu.com.cn/background.png"); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: cover; | ||
+ | background-attachment: fixed; | ||
+ | background-color: rgb(255,105,180); | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
<div style="display: flex; justify-content: center; margin-bottom: 2rem;"> | <div style="display: flex; justify-content: center; margin-bottom: 2rem;"> | ||
<p | <p |
开启评论自动刷新
Jiang.s.x