Containers
Containers are a fundamental building block of Bootstrap that contain, pad, and align your content within a given device or viewport.
How they work
Containers are the most basic layout element in Bootstrap and are required when using our default grid system. Containers are used to contain, pad, and (sometimes) center the content within them. While containers can be nested, most layouts do not require a nested container.
Bootstrap comes with three different containers:.container
, which sets a max-width
at each responsive breakpoint
.container-fluid
, which is width: 100%
at all breakpoints
.container-{breakpoint}
, which is width: 100%
until the specified breakpoint
The table below illustrates how each containers max-width
compares to the original .container
and .container-fluid
across each breakpoint.
.container
, which sets amax-width
at each responsive breakpoint
.container-fluid
, which iswidth: 100%
at all breakpoints
.container-{breakpoint}
, which iswidth: 100%
until the specified breakpoint
max-width
compares to the original .container
and .container-fluid
across each breakpoint. Default container
Our default .container class is a responsive, fixed-width container, meaning its max-width changes at each breakpoint.
Responsive containers
Responsive containers allow you to specify a class that is 100% wide until the specified breakpoint is reached, after which we apply max-width
s for each of the higher breakpoints. For example, .container-sm
is 100% wide to start until the sm
breakpoint is reached, where it will scale up with md
, lg
, xl
, and xxl
.
max-width
s for each of the higher breakpoints. For example, .container-sm
is 100% wide to start until the sm
breakpoint is reached, where it will scale up with md
, lg
, xl
, and xxl
.Fluid containers
Use .container-fluid
for a full width container, spanning the entire width of the viewport.
.container-fluid
for a full width container, spanning the entire width of the viewport.- Progamming is what actually means ?
- What is software development ?
- How we categorized software development in different manner.
C Programming
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle
C Plus Plus
Python
Java Development
Web Designing
Javascript
Mysql
Oracle
We cover all the programming concepts in various programming languages, this tutorials are very help full for bigener as well as Experience developer, for the ease of understanding we categorized programming in different manner likewise.