CleverCSS requires JQUERY for certain elements to function properly
JQuery can be installed from jquery.com
You can also use a link from Google APIs
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
Any icons can be used with CleverCSS, though Google's material design icons and Font Awesome are recommended
- Headers
- Buttons
- Responsive Grid
- Navigation Bar
If you want a header or image that fills the entire viewport, you can do that with the .hero class
<header class="hero">
<h1>This is a header</h1>
</header>
<nav>
<ul>
<li><a>Home</a></li>
<li id="drawerButtonItem"><button id="drawerButton"></button></li>
<li id="drawerButtonItem"><button id="drawerButton"></button>
</ul>
</nav>
<button class="buttonFlat">button</button>
<button class="buttonRaised">button</button>
<button class="buttonAction">button</button>