• Stars
    star
    416
  • Rank 100,389 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple and to the point classless CSS framework

concrete.css

A simple and to the point classless CSS framework

What is this ?

This a classless CSS framework, 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'