SizingIt is used to size the element. By using sizing utility, you can easily make an element as wide or as tall (relative to its parent) with our width and height utilities. Includes support for 25%, 50%, 75%, and 100% by default. Width and height utilities are generated from the $sizes Sass map in _variables.scss. You can modify these values when you need to generate different utilities here. Sizing by WidthFollowing is the syntax for sizing an element by width: Syntax: Sizing by HeightFollowing is the syntax for sizing an element by height: Syntax: Max Width & HeightYou can also set width and height as maximum. Maximum width: Syntax: Maximum Height: Syntax: Next TopicBootstrap Spacing |