A webpage without any CSS is slightly too ugly, libraries like Bootstrap are way too heavy, and you have too much taste to use the other CSS libraries out there. Slightly Better CSS is a small, simple stylesheet for any project that needs to look just a little bit better.
We don't believe in classes or ID's, all our styling is around built-in variables, so you can write simple HTML. At only 2KB, Slightly Better CSS won't weight down your application, and is easily extendable.
If you want to use this CSS directly in your project, include the following:
<link rel="stylesheet" href="https://printerscanner.github.io/slightly-better-css/slightly-better.css">
Or, clone the repo and copy and alter the CSS file however you like.
If you like slightly better css but want a custom look, you can copy and paste these variables into your own stylesheet and swap your values.
:root {
--background-color: #c3c7cf;
--text-color: #000000;
--accent-color: #00000f;
--muted-color: #f6f6f6;
--font-family: 'Neue Montreal', monospace;
--font-size: larger;
}
Do you want a custom site but don't have the design chops? Visit our automatic brand generator to have a brand made for you.
If you'd like to contribute to this repository feel free to fork/submit a pull request, and if you have any suggestions feel free to email me at [email protected].
The theme is available as open source under the terms of the MIT License.