Materialize 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.
Source Code
<div class="container" style="background: yellow;">
<h4 class="center-align">materialize CSS Container</h4>
</div>
Source Code: Output
The materialized CSS container centers itself with respect to available breakpoints and also creates horizontal padding on both sides of the container.