jonasfroeller / JoneCSS

Jonesis prestyles your html tags so that they look a little bit better out of the box. It is customizable with css variables. Technologies: HTML, CSS, Markdown

Home Page:https://jonecss.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JoneCSS

Cloudflare JsDelivr jsDelivr CDN gitHub license Buymeacoffee

Quick Start

Add the following css <link> to the <head> of your HTML document:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jonasfroeller/JoneCSS/jonecss.css">

Or download the file ./jonecss.css and add it to your project:

<link rel="stylesheet" href="./jonecss.css">

To prevent jonecss.css from overwriting your own styles, make sure to import it as the very first CSS import.

Customization

You can customize the look and feel of jonecss.css by overwriting the CSS variables. For example, to change the primary color, add the following code to your own CSS file, or if you downloaded jonecss.css, just change the value in the file itself:

:root {
    --primary-color: orange;
}

About

Jonesis prestyles your html tags so that they look a little bit better out of the box. It is customizable with css variables. Technologies: HTML, CSS, Markdown

https://jonecss.pages.dev/

License:MIT License


Languages

Language:CSS 69.6%Language:HTML 30.4%