akefin-design-system/preview/brand-wordmark.html
2026-05-23 11:59:45 +09:00

18 lines
No EOL
580 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 { display:flex; align-items:center; padding: 40px; }
.lockup { display:flex; flex-direction:column; gap:24px; }
.big { transform: scale(2); transform-origin: left center; }
</style>
</head>
<body>
<div class="lockup">
<div class="big"><img src="../assets/akefin-wordmark.svg" alt="Akefin"></div>
<div class="legend">primary lockup · monospaced wordmark · pixel monogram</div>
</div>
</body></html>