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.
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
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: