InterviewSolution
Saved Bookmarks
| 1. |
How to align a flex item on the baseline in Bootstrap? |
|
Answer» Align a flex item on the BASELINE USING the align-self-*-baseline class used in Bootstrap. Let’s SAY you need to align it on LARGE SCREEN. For that, use: align-self-lg-baseline |
|