0
How do I put 5 paragraphs on one line?
2 ответов
+ 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
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