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

Design Web Typography Basic Web Typography Vertical Space: Line-Height and Vertical Rhythm

Joris Heyndrickx
Joris Heyndrickx
2,939 Points

Setting margins to elements so they fit on the baseline grid requires some clarification.

Setting margins to elements so they fit on the baseline grid requires some clarification. Looks like it all depends on the layout and order in which elements appear?

An H1 followed by an H3 followed by a paragraph

seems to require other margins applied than let's say:

An H1 followed by an image followed by a paragraph

And what about responsive images where the height can vary due to scaling?