Sizing
Painlessly adjust the relative sizing of your elements using these classes.
Box-Sizing | ||
.border-box |
Applies box-sizing: border-box; to an element. |
|
Use this class to include padding and border in an element's total width and height. | ||
Width | ||
.w-100 |
Applies width: 100%; to an element. |
|
Use this class to force the width of an element to 100% of its parent container. | ||
Height | ||
.h-100 |
Applies height: 100%; to an element. |
|
Use this class to force the height of an element to 100% of its parent container. |