S
Slides from Code
☰
✏️ Edit
⊞ Grid
▤
▥
▦
New
Templates
Import
Export JSON
Export HTML
?
▶ Present
↑
↓
1
<!doctype html> <html> <head> <meta charset="utf-8"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #0f172a 0%, #312e81 100%); color: #fff; font-family: Inter, system-ui, sans-serif; } .eyebrow { font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; color: #818cf8; margin-bottom: 1.2rem; } h1 { font-size: 4rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 1.2rem; text-align: center; } .sub { font-size: 1.4rem; color: #94a3b8; } </style> </head> <body> <p class="eyebrow">Slides from Code</p> <h1>Build Beautiful<br>Presentations</h1> <p class="sub">Edit HTML · CSS · JS to craft each slide</p> </body> </html>
Preview
−
Fit
+
‹
1 / 2
›
✦ Design