Jobing Pages
jobing.site/pages/
rkc0gc
Copy
Clear
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Page</title> <style> body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; background-color: #f8fafc; color: #334155; } .card { background: white; padding: 2.5rem; border-radius: 12px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); text-align: center; max-width: 400px; width: 90%; } h1 { color: #1a1a1a; margin-top: 0; font-weight: 800; letter-spacing: -0.025em; } p { line-height: 1.6; margin-bottom: 0; } .badge { display: inline-block; background: #C1FF00; color: #1a1a1a; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; } </style> </head> <body> <div class="card"> <div class="badge">Live Preview</div> <h1>Hello, World!</h1> <p>Edit this HTML and hit <strong>Deploy</strong> to publish it to a live URL instantly.</p> </div> </body> </html>
1,330 / 500,000
Live Preview
Full
Deploy