5 <title>Witch of Light</title>
7 * { box-sizing: border-box; }
8 html { font-size: 1.4em; line-height: 1.5; color: #444; }
9 body { padding: 1em; max-width: 700px; margin: 0 auto; min-height: 100vh; }
10 body header { margin-bottom: 1em; }
11 body footer { margin-top: 1em; }
13 h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }
14 blockquote { border-left: solid 10px #bbb; padding-left: 1em; margin-left: 1em; font-style: italic; }
15 .c-sun { color: #f78123; }
16 .dec-none { text-decoration: none; }
18 .flex-center { justify-content: center; }
19 .row { display: flex; flex-direction: row; }
20 .col { display: flex; flex-direction: column; }
21 .baseline { align-items: baseline; }
22 .spacer { flex-grow: 1; }
23 .ls-none { list-style: none; padding: 0; margin: 0; }
25 <link rel="stylesheet" type="text/css" href="/static/prism.css">
29 <div class="row baseline">
30 <h1><a class="c-sun dec-none" href="/">Witch of Light</a></h1>
31 <div class="spacer"></div>
32 <a class="c-sun" href="/archive">Archive</a>
34 <a class="c-sun" href="/feed.xml">RSS</a>
36 <i class="dim">A collection of Cassie's harebrained schemes.</i>
39 <div class="spacer"></div>
40 <footer class="row flex-center">
41 Copyright © 2019 Cassie Jones.
42 - <a href="https://twitter.com/porglezomp">@porglezomp</a>