Photo by Mark Basarab on Unsplash
Containers
Manage the padding and widths of the containing elements that make up your layouts.
The Container Utility
The container utility (.container
) applies consistent padding on the left and right sides of its selector. A container without a width variation utility span the full width of its parent.
Width Variations
Width variation utilities come in three sizes: narrow, medium, and wide (Figure 2). Apply them to containers or use them independently. Width variation utilities horizontally center their selectors.
Breakpoint Modifiers
Width variation utilities accept breakpoint modifiers.
Consider the HTML in Figure 3. The container starts at the narrow width. It then changes to the medium width at the large breakpoint. Finally, the container changes to the wide width at the extra-large breakpoint.
Related CSS Variables
Further customize Containers by redefining any of their related CSS variables as shown below.