an other "best" grid system, no frustrations inside - guaranteed!
//bower
bower install --save yohoho.urca
//npm
npm install yohoho.urca
<!-- 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>
Made with ♥ by Achraf Chouk
Please, read LICENSE for more details.