Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Trying to figure out baseline grid Re: Trying to figure out baseline grid

#120151
wragen22
Member

I would like the left number to just serve as a left margin. And the title to server as the paragraph column in which text will be aligned directly under.

thinking this might be my solution –

div class=”heading”
h1>first words h2>Second words/h2>
/div>

.heading h1, h2 { display: inline; }