Grids

The responsive grids adapts to screen size and orientation, ensuring consistency across layouts.

Grid 2: Two items in a row

Use this class to divide you layout in two parts.

                
                    <div class="grid grid2">
                        <!-- Put you content here -->
                    </div>
                
            

Grid 3: Three items in a row

Use this class to divide you layout in three parts.

               
                <div class="grid grid3">
                    <!-- Put you content here -->
                </div>