···44 <meta charset="UTF-8" />
55 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
66 <title>slight.css</title>
77+ <meta
88+ name="description"
99+ content="slight enhancements for the user agent stylesheet"
1010+ />
1111+ <meta
1212+ name="keywords"
1313+ content="css, stylesheet, framework, classless, minimal, lightweight, open-source"
1414+ />
1515+ <meta name="author" content="intergrav" />
1616+ <meta name="robots" content="index, follow" />
717 <link rel="stylesheet" href="slight.css" />
818 </head>
919 <body>
···7383 <li>displays lists in nav horizontally when placed in header</li>
7484 </ol>
7585 <p>
7676- keep in mind that mostly relying on the user agent stylesheet means that
7777- things could possibly look different on other browsers. for certain
7878- projects, this may matter, and you might want to look into using a CSS
7979- reset/normalize stylesheet such as
8686+ keep in mind that this is not a CSS reset or normalization stylesheet. it
8787+ simply adds some better defaults with the aim of being as minimal as
8888+ possible. if you need a normalization stylesheet, i recommend using
8089 <a href="https://github.com/sindresorhus/modern-normalize"
8190 >modern-normalize</a
8291 >.
···166175 <footer>
167176 <p>
168177 slight.css and this website was written by
169169- <a href="https://github.com/intergrav">intergrav</a>
178178+ <a href="https://devins.page">intergrav</a>
170179 </p>
171180 </footer>
172181 </body>