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