Code Monkey home page Code Monkey logo

boltcss's Introduction

⚡️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 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 <head> to use it via a CDN

<link rel="stylesheet" href="https://unpkg.com/boltcss/bolt.min.css">

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:

<link rel="stylesheet" href="https://unpkg.com/[email protected]/bolt.min.css">

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 directly.

Contributing

Feel free to provide feedback or report problems by opening an issue. I am open to new ideas and ways to improve the library.

boltcss's People

Contributors

h-enk avatar snan avatar tbolt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.