InterviewSolution
Saved Bookmarks
| 1. |
What is Flexbox and describe any elaborate on its most used properties? |
||||||||||||
|
Answer» It is a layout MODEL that ALLOWS elements to align and distribute space within a container. With Flexbox when Using flexible widths and heights, all the inside the main container can be aligned to fill a space or distribute space between elements, which makes it a great tool to USE for responsive design systems.
|
|||||||||||||