+ 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
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".
+ 1
Didn't work :|
0
same in here
0
Is this your desired output / arrangement? I modeled it as close as to your example.
https://code.sololearn.com/Wt424CufwR24/#html