Materialize CSS container takes 70% of the available browser viewport width and it is mainly used to center the content.
To create container, simply add .container
class to the <div>
element base class.
<div class="container"></div>
<div class="container orange">
<h3 class="center-align">materialize CSS Container</h3>
</div>