slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight

feat: demo seo

+14 -5
+14 -5
index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 6 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" /> 7 17 <link rel="stylesheet" href="slight.css" /> 8 18 </head> 9 19 <body> ··· 73 83 <li>displays lists in nav horizontally when placed in header</li> 74 84 </ol> 75 85 <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 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 80 89 <a href="https://github.com/sindresorhus/modern-normalize" 81 90 >modern-normalize</a 82 91 >. ··· 166 175 <footer> 167 176 <p> 168 177 slight.css and this website was written by 169 - <a href="https://github.com/intergrav">intergrav</a> 178 + <a href="https://devins.page">intergrav</a> 170 179 </p> 171 180 </footer> 172 181 </body>