Box
Box in NextGenCSS🔥
Last updated
Was this helpful?
Box in NextGenCSS🔥
Last updated
Was this helpful?
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
<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>