Home › Forums › CSS › Trying to figure out baseline grid › Re: Trying to figure out baseline grid
January 7, 2013 at 2:35 pm
#120151
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; }