Building Games with Flexbox – CSS Flexible Box Layout
The main advantage of building games with Flexbox is it allows the flex container to be automatically arranged depending on screen size or viewing environment. Flexbox or formally known as CSS Flexible Box Layout is a web layout model that is optimized for user interface design.
Flexbox is an entire module with a set of properties where you can modify the flex container width, height, and order of elements.
If you haven’t use Flexbox before, now is your chance to learn more about the web layout model in less than 20 minutes.
Check this tutorial.