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

CSS

Ashley Keeling
Ashley Keeling
11,476 Points

margin and padding

i have been learning html and css for a few weeks and i still dont quite get the difference, can someone explain to me what they are and how there different. thanks.

1 Answer

Oszkár Fehér
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Oszkár Fehér
Treehouse Project Reviewer

Hi Ashley. Padding is inside the element, the space between the element and the content. Margin is outside the element, the space around the element. For better understanding, if you use google chrome (Windows), hit F12 and it will bring you to the develoment tools, there if you scroll down you will see a box, under the style section. I hope this will help you out. Happy coding