User:Chinanjzyq

来自Stardew Valley Wiki
Chinanjzyq讨论 | 贡献2023年10月15日 (日) 05:33的版本 (建立内容为“<!DOCTYPE html> <html> <head> <title>科技感页面</title> <style> body { margin: 0; padding: 0; background-color: #000; overf…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

<!DOCTYPE html> <html> <head> <title>科技感页面</title> <style> body { margin: 0; padding: 0; background-color: #000; overflow: hidden; } .pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('data:image/png;base64,iVBORw0KGg'); background-size: 50px; background-repeat: repeat; animation: pattern 10s infinite; } @keyframes pattern { 0% { background-position: 0 0, 50px 50px; } 50% { background-position: 100px 100px, 0 0; } 100% { background-position: 0 0, -50px -50px; } } .text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; font-size: 48px; text-align: center; line-height: 100px; } </style> </head> <body>

ZYQ

</body> </html>