WebCat
全屏预览
✧ 编辑 HTML 代码
HTML
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>🐱 WebCat 全屏预览</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { background: linear-gradient(145deg, #0f0f1f, #1a1a3e); color: #eee; font-family: 'Segoe UI', system-ui, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 20px; } .card { background: rgba(40, 42, 54, 0.75); backdrop-filter: blur(12px); border-radius: 48px; padding: 50px 60px; box-shadow: 0 30px 60px rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.06); text-align: center; max-width: 600px; } h1 { font-size: 3.2rem; margin: 0 0 12px 0; background: linear-gradient(135deg, #ff79c6, #bd93f9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } p { font-size: 1.2rem; color: #c0c8e0; line-height: 1.7; } .emoji-big { font-size: 4.5rem; display: block; margin-bottom: 16px; } .footer { margin-top: 30px; font-size: 0.9rem; color: #6272a4; border-top: 1px solid #3a3c4e; padding-top: 22px; } .badge { display: inline-block; background: #50fa7b; color: #1a1a2e; padding: 4px 18px; border-radius: 30px; font-weight: 600; font-size: 0.8rem; margin-top: 12px; } .hint { margin-top: 16px; font-size: 0.85rem; color: #6272a4; } </style> </head> <body> <div class="card"> <span class="emoji-big">🐈🚀</span> <h1>全屏预览</h1> <p>你的 HTML 代码正在全屏模式下运行 🎉<br>修改左侧代码,再次点击「全屏预览」更新。</p> <div class="badge">✦ WebCat ✦</div> <div class="hint">按 ESC 或点击右上角 ✕ 关闭</div> <div class="footer">❤️ 由 WebCat 驱动</div> </div> </body> </html>
WebCat · 全屏预览
关闭预览