Styleguide: improve swatches, add font styles
This commit is contained in:
parent
de76e1b2a3
commit
60e70523d7
10 changed files with 1194 additions and 386 deletions
25
styleguide/index.html
Normal file
25
styleguide/index.html
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="assets/style/styleguide.css">
|
||||
<title>Color Guide</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<h1>Styleguide Easterhegg 2025</h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="color_guide.html">Color Guide</a></li>
|
||||
<li><a href="testpage.html">Testpage</a></li>
|
||||
<li><a href="typography.html">Typography</a></li>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue