InterviewSolution
Saved Bookmarks
| 1. |
In Bootstrap 4, what is flexbox? |
|
Answer» Flexbox is a layout module for FLEXIBLE boxes. WITHOUT USING float or POSITIONING, you can quickly create a flexible layout design with flexbox. |
|