CSS help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

CSS help

I have 3 sections with an image header and paragraph and I want them on the same row so I used display:flex; and it still wont go on same row heres my code, The images wont work as I haven't uploaded them on codepen etc https://codepen.io/twisterzz/pen/KJQXxp

8th Feb 2019, 10:21 PM
TwisterZz
TwisterZz - avatar
4 Answers
+ 2
🤔 I'm not seeing where you used "display: flex". I only see where you used "flex-direction: row" which won't (shouldn't) work without "display: flex".
9th Feb 2019, 6:44 AM
Janning⭐
Janning⭐ - avatar
+ 1
Didn't work :|
8th Feb 2019, 11:24 PM
TwisterZz
TwisterZz - avatar
0
same in here
9th Feb 2019, 6:19 PM
İzzet Can Yağcı
İzzet Can Yağcı - avatar
0
Is this your desired output / arrangement? I modeled it as close as to your example. https://code.sololearn.com/Wt424CufwR24/#html
9th Feb 2019, 9:58 PM
Jomari Pantorilla
Jomari Pantorilla - avatar