3.0.3 • Published 8 years ago

utochka-css v3.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

UtochkaCSS v.3.0.3

UtochkaCSS - is a light CSS framework!

NPM

Installation

With package managers

with npm npm install utochka-css

with bower bower install utochka-css

Download from CDN

Unkpg (former NPMCDN)

https://unpkg.com/utochka-css@<version>/utochkacss-<version>-(minified|unminified).css

Examples

Navbar code shown below

<ul class="nav">
<li class="nav-li"><a href="/">Example</a></li>
<li class="nav-li"><a href="/">Example</a></li>
<li class="nav-li"><a href="/">Example</a></li>
</ul>

Button codes is very similiar to Bootstrap ones

<a href="/" class="btn btn-(success|danger|info)>Click me!</a>

Input code shown below

<input class="input-magic"></input>

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago