https://github.com/tbolt/boltcss
Mostly-reasonable HTML Styles
https://github.com/tbolt/boltcss
css fun style
Last synced: 11 months ago
JSON representation
Mostly-reasonable HTML Styles
- Host: GitHub
- URL: https://github.com/tbolt/boltcss
- Owner: tbolt
- License: mit
- Created: 2020-04-16T13:44:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:30:34.000Z (over 1 year ago)
- Last Synced: 2024-11-29T02:52:00.947Z (over 1 year ago)
- Topics: css, fun, style
- Language: HTML
- Homepage: https://boltcss.com
- Size: 5.1 MB
- Stars: 562
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡️Bolt.css
Basic styles for HTML Elements. Providing a mostly-reasonable set of styles without classes.
Use it for simple static sites or as a starting point and add your own classes. This is not a complete solution with layout grids, components, utility classes, and the like.
## Features
- No layout support
- No CSS classes
- Tiny
- Dark and Light modes
## How and why I made this
I used the fantastic [HTML Elements Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) on MDN and modified it as needed.
I created Bolt.css because I wanted to
1. Pay homage to HTML
2. Have an exercise to learn more of the lesser-known tags/elements
3. Use it in other projects
## Installation
### Via CDN
Drop this right into your `` to use it via a CDN
``
You will automatically receive updates/refinements as they are added.
If you want to lock to a specific version you can do so by adding a version to the href like so:
``
### Via NPM
`npm i boltcss`
or
`yarn add boltcss`
### Manually
You can self-host or copy + paste the stylesheet into your project by grabbing [bolt.css](https://github.com/tbolt/boltcss/blob/master/bolt.css) directly.
## Contributing
Feel free to provide feedback or report problems by [opening an issue](https://github.com/tbolt/boltcss/issues/new). I am open to new ideas and ways to improve the library.