Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Adding Pages to a Website Add a New Page

Need help on my paragraph code.

I need space on my paragraph from about page and contact page because when I adjust the browser to be like a mobile size, all the paragraph will stay on the left side and it doesn't have a space from it. I don't know how to fix it.

Flor Antara
Flor Antara
12,372 Points

Hi Bernard,

Can you share your code?

1 Answer

Ezra Siton
Ezra Siton
12,644 Points

Create workspace (or add code).

In general you can set margin or padding to "add space" between your elements (combine padding/margin with media Q to get more control)

Follow this playlist about box-model, margin and padding: