Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 586 Bytes

customization-and-theming.visibility.md

File metadata and controls

17 lines (12 loc) · 586 Bytes

➲ Visibility:

Bootstrap gives the ability to control visibility of the element. But it sets visibility property in CSS and not display property.

Syntax:

  • .visible class will make content to be visible.
  • .invisible class will make content to be invisible but takes space in the container.
<div class="invisible">...</div>

⇪ To Top

❮ Previous Topic

⌂ Goto Home Page☰ Goto Customization and Theming