first commit
This commit is contained in:
commit
8b790b7601
86 changed files with 6348 additions and 0 deletions
20
preview/type-eyebrow.html
Normal file
20
preview/type-eyebrow.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue