Skip to content

Instantly share code, notes, and snippets.

View kingdomofs's full-sized avatar

Sandeep Tripathy kingdomofs

View GitHub Profile
@kingdomofs
kingdomofs / tables.html
Created August 17, 2015 16:45
Tables in Magnet
<table align="center" class="magnet-table">
<tr>
<th>Serial no</th>
<th>First Name</th>
<th>Last Name</th>
<th>Points</th>
<th>Something</th>
</tr>
<tr>
<td>#1</td>
@kingdomofs
kingdomofs / menus.html
Last active August 29, 2015 14:27
Menus in Magnet
<label for="show-menu" class="show-menu nav-menu">Show Menu
</label>
<input type="checkbox" id="show-menu" role="button">
<ul class="nav-menu" id="menu">
<li><a href="#">Home</a></li>
<li>
<a href="#">About &#65516;</a>
<ul class="hidden">
<li><a href="#">Who We Are</a></li>
<li><a href="#">What We Do</a></li>
@kingdomofs
kingdomofs / grids.html
Last active August 29, 2015 14:27
Grids in Magnet Framework
<div class="magnet-grid-1200">
<div class="onerow">
<div class="col3">Column 3</div>
<div class="col3">Column 3</div>
<div class="col3">Column 3</div>
<div class="col3 last">Column 3</div>
</div>
<div class="onerow">