A very tiny css library to quickly build a webpage.
The default styles in modern browsers look absolutely displeasing. I find myself wanting to create a quick html page, only to spend thirty minutes setting up the basic styles. Tiny.css provides basic but good looking styles for a webpage.
Just stick this in the <head>
tag of your html file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tiny.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/light.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/dark.css">
Please feel free to contribute to this project! I am open to any suggestions and improvements. If you find a bug, please open an issue.
This project was inspired by Kognise's Water.css and Guilherme Pangnotta's evenbettermotherfucking.website.
This project is licensed under the MIT license.