···4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>slight.css</title>
00000000007 <link rel="stylesheet" href="slight.css" />
8 </head>
9 <body>
···73 <li>displays lists in nav horizontally when placed in header</li>
74 </ol>
75 <p>
76- keep in mind that mostly relying on the user agent stylesheet means that
77- things could possibly look different on other browsers. for certain
78- projects, this may matter, and you might want to look into using a CSS
79- reset/normalize stylesheet such as
80 <a href="https://github.com/sindresorhus/modern-normalize"
81 >modern-normalize</a
82 >.
···166 <footer>
167 <p>
168 slight.css and this website was written by
169- <a href="https://github.com/intergrav">intergrav</a>
170 </p>
171 </footer>
172 </body>
···4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>slight.css</title>
7+ <meta
8+ name="description"
9+ content="slight enhancements for the user agent stylesheet"
10+ />
11+ <meta
12+ name="keywords"
13+ content="css, stylesheet, framework, classless, minimal, lightweight, open-source"
14+ />
15+ <meta name="author" content="intergrav" />
16+ <meta name="robots" content="index, follow" />
17 <link rel="stylesheet" href="slight.css" />
18 </head>
19 <body>
···83 <li>displays lists in nav horizontally when placed in header</li>
84 </ol>
85 <p>
86+ keep in mind that this is not a CSS reset or normalization stylesheet. it
87+ simply adds some better defaults with the aim of being as minimal as
88+ possible. if you need a normalization stylesheet, i recommend using
089 <a href="https://github.com/sindresorhus/modern-normalize"
90 >modern-normalize</a
91 >.
···175 <footer>
176 <p>
177 slight.css and this website was written by
178+ <a href="https://devins.page">intergrav</a>
179 </p>
180 </footer>
181 </body>