All Projects → louismerlin → concrete.css

louismerlin / concrete.css

Licence: MIT License
A simple and to the point classless CSS framework

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to concrete.css

Sakura
🌸 a minimal css framework/theme.
Stars: ✭ 3,241 (+3311.58%)
Mutual labels:  css-framework, classless
holiday.css
A minimalist classless CSS theme
Stars: ✭ 88 (-7.37%)
Mutual labels:  css-framework, classless
Dropin Minimal Css
Drop-in switcher for previewing minimal CSS frameworks
Stars: ✭ 1,061 (+1016.84%)
Mutual labels:  css-framework, minimalist
comet
A minimal and robust BEM-style CSS toolkit.
Stars: ✭ 18 (-81.05%)
Mutual labels:  css-framework, minimalist
Milligram
A minimalist CSS framework.
Stars: ✭ 9,568 (+9971.58%)
Mutual labels:  css-framework, minimalist
milligram-stylus
A minimalist CSS framework on Stylus version.
Stars: ✭ 19 (-80%)
Mutual labels:  css-framework, minimalist
assembler
A modern UI framework
Stars: ✭ 171 (+80%)
Mutual labels:  css-framework
atomize
A library of atomic CSS classes.
Stars: ✭ 51 (-46.32%)
Mutual labels:  css-framework
shadowsocks
a personal port of shadowsocks
Stars: ✭ 14 (-85.26%)
Mutual labels:  minimalist
jekyll-grid
Jekyll theme (used on 25x52.com) displays posts in a grid. Ideal for projects
Stars: ✭ 63 (-33.68%)
Mutual labels:  minimalist
Jikan
A new CSS framework for better, faster and more beautiful UIs.
Stars: ✭ 19 (-80%)
Mutual labels:  css-framework
skelet
Skelet.css a contemporary CSS framework. The basics to get started.
Stars: ✭ 69 (-27.37%)
Mutual labels:  css-framework
Katana
Katana is CSS Layout System made with Flexbox
Stars: ✭ 57 (-40%)
Mutual labels:  css-framework
aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (-86.32%)
Mutual labels:  css-framework
castget
A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.
Stars: ✭ 76 (-20%)
Mutual labels:  minimalist
pine
Responsive CSS Framework ( PineCSS )
Stars: ✭ 41 (-56.84%)
Mutual labels:  css-framework
unitscss
UNITS is a simple and beautiful CSS component set.
Stars: ✭ 13 (-86.32%)
Mutual labels:  css-framework
Stylizer
Stylizer is a flexible Css framework based on the visual aspect, the framework offers you a clean and easy work.
Stars: ✭ 44 (-53.68%)
Mutual labels:  css-framework
sircus
Flexible Modular CSS Family for Designing in the Browser.
Stars: ✭ 19 (-80%)
Mutual labels:  css-framework
attriCSS
AttriCSS is a classless css framework that style normal ugly html to beautiful website.
Stars: ✭ 26 (-72.63%)
Mutual labels:  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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].