+ 3
What is best way to design a website by using css? Css flex or grid!
I just i want to know your opanion.
7 Respostas
+ 6
Many praise the grid for convenience, but at the moment the grid is poorly supported by browsers, now flex is better
+ 2
Ok Thanks
+ 2
Use flex-box, only need the container that have the elements and then you only work with this container.
+ 2
Flexbox is easier to use and also saves lines of CSS code .
+ 1
Please use search bar to avoid duplicate questions. I found theae questions:
https://www.sololearn.com/Discuss/1030918/?ref=app
https://www.sololearn.com/Discuss/1679451/?ref=app
https://www.sololearn.com/Discuss/2042757/?ref=app
0
Thanks all friend for your replay.
0
Learn flexbox here
https://github.com/samanthaming/Flexbox30