Horizontal and Vertical Alignment Classes in Bootstrap - English

334 visits



Outline:

Horizontal and Vertical Alignment Classes in Bootstrap Different types of justify-content classes for horizontal alignment Add .justify-content-between class to the HTML file Observe the horizontal alignment of the columns on the web browser Different types of align-items classes for vertical alignment Add .align-items-end class to the HTML file Observe the vertical alignment of the columns on the web browser How to apply different vertical alignment for different columns? Different types of align-self classes for vertical alignment Add .align-items-end and .align-items-start classes to the HTML file Observe different vertical alignment of the columns on the web browser