Skip to content

A very minimalist css library to override the default styles of a webpage

License

Notifications You must be signed in to change notification settings

ihsan6133/tiny.css

Repository files navigation

Tiny.css

Tiny.css

A very tiny css library to quickly build a webpage.

Demo

Why?

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.

Installation

Just stick this in the <head> tag of your html file:

Automatic light/dark theme:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tiny.css@0.12/dist/tiny.css">

Light theme only:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tiny.css@0.12/dist/light.css">

Dark theme only:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tiny.css@0.12/dist/dark.css">

Contributing

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.

Inspiration

This project was inspired by Kognise's Water.css and Guilherme Pangnotta's evenbettermotherfucking.website.

License

This project is licensed under the MIT license.

About

A very minimalist css library to override the default styles of a webpage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published