Box is a simple container element. By default comes with a flex display type.
<div class="box">
<!-- content -->
</div>
Box elements can have levels between 1-5 (default: 2), each level has a brighter of darker background color (depending on the theme.)
'
<div class="box bg-1">
<div class="box bg-2">
<div class="box bg-3">
<div class="box bg-4">
<div class="box bg-5">
<div class="box bg-6">
<!-- content -->
</div>
</div>
</div>
</div>
</div>
</div>
box
- a container element with a flex display typebg-1
- a class that changes the background color of the box to a darker or lighter shadebg-2
- a class that changes the background color of the box to a darker or lighter shadebg-3
- a class that changes the background color of the box to a darker or lighter shadebg-4
- a class that changes the background color of the box to a darker or lighter shadebg-5
- a class that changes the background color of the box to a darker or lighter shadebg-6
- a class that changes the background color of the box to a darker or lighter shaderounded
- a class that adds a border radius to the box