18 lines
994 B
HTML
18 lines
994 B
HTML
|
|
<!doctype html>
|
||
|
|
<!-- @dsCard group="Type" name="Type · Serif Quote" subtitle="PlexSerif italic · editorial moments" viewport="700x210" -->
|
||
|
|
<html><head>
|
||
|
|
<meta charset="utf-8"><title>Serif Quote</title>
|
||
|
|
<link rel="stylesheet" href="../colors_and_type.css">
|
||
|
|
<style>
|
||
|
|
body { padding: 32px 36px; background: var(--paper); }
|
||
|
|
blockquote { margin: 0; max-width: 60ch; padding-left: 16px; border-left: 1px solid var(--border-strong); }
|
||
|
|
blockquote .q { font: 400 italic 22px/1.4 var(--ff-serif); color: var(--ink); margin: 0 0 12px; }
|
||
|
|
blockquote cite { font: 500 11px/1.2 var(--ff-mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-3); font-style: normal; }
|
||
|
|
</style></head>
|
||
|
|
<body>
|
||
|
|
<blockquote>
|
||
|
|
<p class="q">A prototype is a question made tangible. The purpose is not to prove an idea is brilliant. The purpose is to learn what is actually useful, desirable, feasible, or irrelevant.</p>
|
||
|
|
<cite>— whynot-control / INTENT.md</cite>
|
||
|
|
</blockquote>
|
||
|
|
</body></html>
|