2.1.1 • Published 8 years ago

yohoho.urca v2.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Urca

an other "best" grid system, no frustrations inside - guaranteed!
npm version GitHub version

Package manager

//bower
bower install --save yohoho.urca
//npm
npm install yohoho.urca

Install

<!-- In your <head> HTML tag -->
<link rel="stylesheet" href="https://cdn.rawgit.com/crewstyle/Urca/master/dist/urca.min.css"/>

<!-- In your <body> HTML tag -->
<section class="row align-i-stretch">
    <header class="col twelve">Header</header>
    <main class="col">Main content</main>
    <aside class="col four">Sidebar</aside>
    <footer class="col twelve">Footer</footer>
</section>

Authors and Copyright

Made with ♥ by Achraf Chouk

Please, read LICENSE for more details.