Right now my
elements get displayed like this, one on top of another:
what I have now
I want them to be displayed side-by-side in what would look like a “natural sentence structure”, such as this:
what I want to get
How would I go about doing this through CSS? Also, would
even be the appropriate element to use for this?
Thanks a lot in advance.