offset boostrap code example
Example 1: col offset in bootstrap
.col-md-3 .offset-md-3
Example 2: bootstrap grids examples
.col-md-8
.col-md-4
Example 3: boot strap columns
1 of 3
2 of 3 (wider)
3 of 3
1 of 3
2 of 3 (wider)
3 of 3
Example 4: offset bootstrap
$grid-breakpoints: (
xs: 0,
sm: 480px,
md: 768px,
lg: 1024px
);
$container-max-widths: (
sm: 420px,
md: 720px,
lg: 960px
);