Bootstrap – Vertical Rule


Bootstrap – Vertical rule



”;


This chapter discusses about vertical rule. The custom vertical rule helper creates vertical dividers in common layouts, like the <hr> element.

  • The vertical rule class is denoted as .vr

  • It is 1px wide

  • It has minimum-height of 1em

  • Its color is set using currentColor and opacity

You can customize the verical rules with additional styles as per your requirement.

The example given below shows the usage of .vr class: