Can anyone explain what is going on? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone explain what is going on?

I was trying to make a 3×3 porcupine image frame. I succeed but couldn't understand how it happened. Can anyone explain? https://code.sololearn.com/WViLn0hsJ19P/?ref=app

1st Aug 2020, 4:14 PM
Wasi
Wasi - avatar
3 Answers
+ 1
You will better understand it just replace img tag with div and put number in them . It will clear u what is going where and how. You will get that this is working as creating table
1st Aug 2020, 4:46 PM
Divya Mohan
Divya Mohan - avatar
+ 1
You have displayed id flex as row So its child div.column comes horizontally and as div.column are display as fex column hence img comes vertically
1st Aug 2020, 4:40 PM
Divya Mohan
Divya Mohan - avatar
0
You have missed to close div for id="a" Insert a </div> at last
1st Aug 2020, 4:26 PM
Divya Mohan
Divya Mohan - avatar