|
Bootstrap Grid System allows up to 12 columns across the page. You can use each of them individually or merge them together for wider columns. All combinations of values summing up to 12 can be used. In this article, we will learn about How to align content bottom on Bootstrap 4 col. Table of Content Using align-items-end
Example: All the columns in the entire row use align-items-end on the row. This will help to align the content of all the cols in the end. HTML
Output: Using align-self-end
Example: For a single column use align-self-end on the col. This will help to align the content of a particular col in the end. HTML
Output: |
Reffered: https://www.geeksforgeeks.org
Bootstrap |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 13 |