clsmedia / flatuicolor.css

Flat UI Color CSS

Home Page:http://jsfiddle.net/y0somab8/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flatuicolor.css

Flat UI Color CSS

See in action

DEMO

Usage

To use flatuicolor.css in your website, simply drop the stylesheet into your document's <head> , and add the classes to an element you wish to color. That's it!

<head>
  <link rel="stylesheet" href="flatuicolor.min.css">
</head>

There are 3 sections of styling: background-color (.bg-color-name), border-color (.border-color-name) and color (.text-color-name). Just use section name + color name in your code.

Pick name of the color you'd like to use from Flat Color Picker

<div class="bg-flamingo text-derby>
some code here
</div>

Credits

About

Flat UI Color CSS

http://jsfiddle.net/y0somab8/

License:MIT License


Languages

Language:CSS 100.0%