How do I put 5 paragraphs on one line? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I put 5 paragraphs on one line?

27th Mar 2021, 3:18 PM
Ahmed Alrsheed
Ahmed Alrsheed - avatar
2 Answers
+ 6
Hey there Ahmed Alrsheed, You can use 'dislay:inline;' in the CSS :) Here I you want to learn more about it: https://www.sololearn.com/learn/CSS/1112/?ref=app
27th Mar 2021, 3:21 PM
Matthew
Matthew - avatar
0
You may as well learn about flexbox to better do those stuff, this allows you to position elements in columns, grid can also do this but allows you to position the elements in rows too. I really recommend you to learn display: grid and display: flexbox, here are two videos you can watch: https://youtu.be/jV8B24rSN5o https://youtu.be/JJSoEo8JSnc
27th Mar 2021, 8:00 PM
Karak10
Karak10 - avatar