Hi
i was wondering if you can help in regards the CSS...im using the start up template. i would like to show my image and heading like your site.
I can use that to have something similar but i sure there is a better way:
<div class="demo-typoDiv typoDesc">
<h4 class="demo-typo">numBlocks</h4>
<div class="demo-typo-col3">
<div class="demo-typo_padd">
<p><small><p class="numblocks num-1"><span>here goes a number</span>and here text of element</p></small></p>
<p class="numblocks num-1"><span>01</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p class="numblocks num-1"><span>02</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<div class="demo-typo-col3">
<div class="demo-typo_padd">
<p><small><p class="numblocks num-2"><span>here goes a number</span>and here text of element</p></small></p>
<p class="numblocks num-2"><span>01</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p class="numblocks num-2"><span>02</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<div class="demo-typo-col3">
<div class="demo-typo_padd">
<p><small><p class="numblocks num-3"><span>here goes a number</span>and here text of element</p></small></p>
<p class="numblocks num-3"><span>01</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p class="numblocks num-3"><span>02</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
</div>
Thanks