20 lines
No EOL
926 B
HTML
20 lines
No EOL
926 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="../colors_and_type.css">
|
|
<link rel="stylesheet" href="_card.css">
|
|
<style>
|
|
body { padding:32px; display:flex; align-items:center; gap:32px; flex-wrap:wrap; }
|
|
.eyebrow { font-family:"JetBrains Mono",monospace; font-size:11px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:#5A5347; }
|
|
.term-title { display:inline-flex; align-items:center; gap:8px; padding:6px 12px; border:1px solid #D7DCE2; background:#EBEEF1; }
|
|
.term-title::after { content:""; width:6px; height:6px; border-radius:50%; background:#2F7D55; margin-left:8px; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="eyebrow">HOME</div>
|
|
<div class="eyebrow">DOCS</div>
|
|
<div class="eyebrow">REVIEW QUEUE</div>
|
|
<div class="term-title eyebrow">PI - MANIPULATE THE WEBSITE</div>
|
|
<div class="eyebrow" style="color:#1A1814">[ READ THE DOCS ]</div>
|
|
</body></html> |