Box

Box in NextGenCSS🔥

Box

This class creates a basic, responsive container with consistent styling for content blocks. It's ideal for structuring content sections and aligning elements within them.

Use this component by adding .box class in element....

The center-box class aligns content within that container.

The full-width-box class will make the width of box full

Examples

<div class="box full-width-box"> 
   <div class="center-box"> 
     <h2>This heading is centered both horizontally and vertically</h2>
  </div>
    <p>This paragraph is also centered within the box.</p>
</div>

Last updated