cosmoCSS is a drop-in stylesheet for modern web development. All you need to do is write semantic HTML and include the stylesheet in your project.
To use cosmoCSS, include the following line in the <head> of your HTML file:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/cspablocortez/cosmocss@latest/cosmo.min.css" />Take a look at the demo website at https://cosmocss.com.
- Modern, responsive design
- Automatic light / dark mode switching
- Easy to use (copy-paste and done)
- No dependencies
cosmoCSS follows in the footsteps of some popular "classless" or "drop-in" CSS projects. Please check them out!
cosmoCSS is open source and welcomes contributions from the community. If you find any issues, have any comments, or want to contribute, please open an issue or pull request.