Should I learn flexbox or grid first (I am a beginner) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Should I learn flexbox or grid first (I am a beginner)

3rd Aug 2020, 7:30 AM
Leul Abraham
Leul Abraham - avatar
2 Answers
+ 2
First you try to position elements using margin padding float (postion+left+top) (Means basic) After that go to flexbix and grid.
3rd Aug 2020, 7:59 AM
Divya Mohan
Divya Mohan - avatar
+ 1
Of course you don't need to learn them first it's recommended to learn basics , you need to know display property and how to modify it so that getting the suitable display for your website Learn it gradually 1- Display, float 2- position (absolute, fixed, sticky,relative...) 3- training well on them by coding creative navbars 4- learn css grid 5- apply what you have already learn step by step in your projects 6- learn flexbox and applying them as well It's also important to note that any professional website used these properties so take your time in training on them well
3rd Aug 2020, 7:46 AM
ebrahem hesham
ebrahem hesham - avatar