louismerlin / concrete.css

A simple and to the point classless CSS framework

Home Page:https://concrete.style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple and to the point classless CSS stylesheet

What is this ?

This a classless CSS stylesheet, built for lightness and simplicity.

Concrete can be a great starting point for a simple website.

It also switches to a dark theme if your OS uses one.

Best used in pair with normalize.css.

Inspired by Milligram and Skeleton.

Please feel free to open an issue and/or contribute !

Get Started

In your HTML <head>

Just drop these lines into your html <head>:

<link rel="stylesheet" href="https://unpkg.com/normalize.css">
<link rel="stylesheet" href="https://unpkg.com/concrete.css">

In your javascript project

Add the dependencies:

npm install normalize.css concrete.css

Import them somewhere in your code:

import 'normalize.css'
import 'concrete.css'

About

A simple and to the point classless CSS framework

https://concrete.style

License:MIT License


Languages

Language:HTML 53.5%Language:CSS 46.5%