Bootstrap 5 Basic
Bootstrap 5 Utilities
Bootstrap 5 Flexbox
Bootstrap 5 provides visibility utility classes to control whether an element is visible or hidden while still occupying space in the layout.
Class |
Description |
---|---|
visible |
Makes an element visible (default state) ( |
invisible |
Hides an element, but it still occupies space ( |
Try it yourself