Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Horizontal and Vertical Alignment Classes in Bootstrap - English

2335 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