Heights
List of Height Utility Classes included with Canvas.
Classes
| Class | Description |
|---|---|
.min-vh-* | Sets a Minimum Height relative to the Viewport Sizes
Example: [ch_pre class="mb-3"] You can add Multiple Height Utility Classes on the same element for different responsive breakpoints |
.max-vh-* | Sets a Maximum Height relative to the Viewport Sizes
Example: [ch_pre class="mb-3"] You can add Multiple Height Utility Classes on the same element for different responsive breakpoints |
.vh-* | Sets a Fixed Height relative to the Viewport Sizes
Example: [ch_pre class="mb-3"] You can add Multiple Height Utility Classes on the same element for different responsive breakpoints |
.h-* | Sets a Fixed Height relative to the Parent Height Sizes
Example: [ch_pre class="mb-3"] You can add Multiple Height Utility Classes on the same element for different responsive breakpoints |
More Sizing Classes | More Sizing Utility Classes can be found here: https://getbootstrap.com/docs/5.3/utilities/sizing/ . |
