Containers

Containers are used to wrap your content and provide consistent padding and max-width.

.container CORE

Default container with 800px max-width:

<div class="container"> Your content here </div>

.container-wide

Wider container with 1200px max-width:

<div class="container-wide"> Your content here </div>
🚧 Documentation Always Improving 🚧

Back to Top |Home |GitHub

000123