An open API service indexing awesome lists of open source software.

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

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.