Bootstrap Helper Classes

Bootstrap provides a bunch of CSS text styling classes for common operation like text hide, text alignment, float text etc.

Bootstrap Close Icon Class

Bootstrap provides a generic close icon button that can be used for dismissal of modals and alerts.

See Live Example

The above code example will produce below output:


Bootstrap Caret Icon Class

Bootstrap provides a generic caret icon button that indicates the dropdown. The direction of the caret icon button will reverse automatically.

See Live Example

The above code example will produce below output:


Bootstrap Center Alignment of Content Blocks Class

Bootstrap provides a class like .center-block that can be used to align the content block horizontally center.

See Live Example

The above code example will produce below output:


Bootstrap Float Left and Right Classes

Bootstrap provides a classes like .pull-left and .pull-right that can be used to float an element to the left or right side.

See Live Example

The above code example will produce below output:


Bootstrap Show and Hide Content Classes

Bootstrap provides a classes like .show and .hidden that can be used to show or hide the elements. You can also use .invisible class to hide the element but occupy hidden space for the element.

See Live Example

The above code example will produce below output:


Bootstrap Hide Text Classes

Bootstrap provides a class like .text-hide that can be used to hide the element text.

See Live Example