bootstrap responsive row code example
Example 1: no-gutter bootstrap 4
.col-12 .col-sm-6 .col-md-8
.col-6 .col-md-4
Example 2: bootstrap breakpoints
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
Example 3: bootstrap grids examples
Example 4: bootstrap grid
One of three columns
One of three columns
One of three columns
Example 5: .col-6 bootstrap
.col-6{
flex: 0 0 50%;
max-width: 50%;
}
Example 6: boot strap columns
1 of 3
2 of 3 (wider)
3 of 3
1 of 3
2 of 3 (wider)
3 of 3