Source HTML
Copy or download for your project.
<!DOCTYPE html>
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
<title>Docs</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer">
<style>
:root{--bg:#0b1220;--card:#151c2c;--text:#eef2ff;--muted:#9aa6bf;--accent:#22d3ee;--line:rgba(148,163,184,.22)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
.wrap{max-width:960px;margin:0 auto;padding:3rem 1.25rem}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.1rem}
.btn{display:inline-flex;gap:.45rem;align-items:center;background:var(--accent);color:#06202a;padding:.8rem 1.1rem;border-radius:12px;font-weight:700;text-decoration:none;border:0;cursor:pointer}
.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.muted{color:var(--muted)}
input,textarea{width:100%;padding:.8rem;border-radius:10px;border:1px solid var(--line);background:#0f172a;color:var(--text)}
</style></head><body>
<div class="wrap" style="display:grid;grid-template-columns:220px 1fr;gap:1.25rem">
<aside class="card"><strong>Docs</strong><p class="muted">Intro<br>Install<br>API</p></aside>
<article class="card"><h1>Getting started</h1><p class="muted">Sidebar docs starter layout.</p></article>
</div></body></html>