MOVE (supporting - how to get text to go inline)

I seem to be having a tough time trying to get the text to inline. Since it’s all in one div, I wasn’t sure how to create an inline display with texts (h2 and p)

Using *{display: inline;} didn’t seem to work. Not sure what I am doing wrong, help please.

Hey Mina,

You should be using Bootstrap’s grid system for these projects. If you use the class col-md-4 on each column, since there’s three of them and a twelve column grid, they’ll line up just right :slight_smile:

If you’re still having trouble, could you please post your entire HTML and CSS code?
See here to format it so we’ll be able to see it:

Thanks! :slight_smile:

Got it, thank you! :grin:

1 Like