+ 1
How can I arrange the div content on one line ?
3 RĂ©ponses
+ 3
Please share your code. At the moment it's not clear what the problem is. With a code present, hopefully things can become clearer.
https://www.sololearn.com/post/75089/?ref=app
+ 2
For the content to be on one line, the content must be of the type inline.. You can style block elements to be inline.
look here on MDN
https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements
0
display:inline-block;