Container

A container is like the trusty sidekick of web development, providing a reliable and flexible environment for your web components to thrive. It's the digital equivalent of a trusty toolbox, offering a range of features and functionalities that make it easier to manage and organize your web components. With a container, you can create a more efficient and organized website, without having to worry about the nitty-gritty details of web development.

Examples

<div class="container xxl">
    123
</div>
<div class="container sm">
    123
</div>