The responsive grids adapts to screen size and orientation, ensuring consistency across layouts.
Use this class to divide you layout in two parts.
<div class="grid grid2">
<!-- Put you content here -->
</div>
Use this class to divide you layout in three parts.
<div class="grid grid3">
<!-- Put you content here -->
</div>