+ 2
Flexbox Layout question
Why won't it show some sort of table when it shows us a type of table in the Flexbox Layout lesson? https://sololearn.com/compiler-playground/Wy5Evp9P98n6/?ref=app
2 Answers
+ 2
The point of flexbox is to simplify the styling of responsive content, that looks good on multiple devices, screen sizes and resolutions.
The formatting can be achieved by adding different flex options to your CSS.
The code you copied, is not intelligible, formatting is lost. It is better to save it on the playground and put a link in this forum, so people can understand what you are trying to do.
0
Ok Tibor Santa