Pen
2
Pencil
Login
Get Started
All Languages
HTML5
HTML / CSS / JS
Files
Code
Preview
Files
main.html
main.html
<!DOCTYPE html> <html> <head> <style> body { font-family: sans-serif; display: grid; place-items: center; height: 100vh; margin: 0; background: #f8fafc; } h1 { color: #7c3aed; } </style> </head> <body> <h1>Hello, world!</h1> </body> </html>
Live Preview