The best solution for CSS. Include in every project.
ChordCSS allows you to seamlessly write CSS without the hassle.
- Instead of this:
<a href="#" style="color: blue;">Hello World!</a>
Write this:
<a href="#" class="c-b">Hello World!</a>
- Instead of this:
body {
background: #969696;
}
Write this:
body {
background: var(--c-lg);
}
- Hassle-free CSS
- Built-in colors
- Loads of templates to get you started
- No JS so no need for npm
- One click install
- Navbar
- Attributes
- Makes your code tidier
- Hosted online and of course is open source under GPL v3!
It's easy. To get the best CSS experience on your website, simply add the following tag into your <head>
:
<link rel="stylesheet" href="https://getchord.ml/chordcss/chord.min.css">
or you can git clone
this repo and use the CSS files inside.
or get chord.min.css from the releases tab