Add a space between things

I am working on my first CodePen Project and I have gone thru all the tools I know.
Can someone point me to where I can find how to put spaces (across the horizontal as the page is viewed) between my elements? This would not let me post my code so please send me to the information and I will figure it out.

Thanks in advance for any help you can offer.

To post code, enclose your code in triple backticks. See this post for details.

Or you can post a link to your codepen.

How about putting in some blank inline div’s for spacing?

I’d look into how the box model works (CSS) - padding, border, and margin. Adding margin between elements is usually how that is achieved.

I got it!! Thanks for the help.
I used

elements