.hang {
padding-left: 2em;
text-indent: -2em;
}
Paragraphs can then have the hang class applied in order to be presented with hanging indents:
<p class="hang">
Lorem ipsum dolor sit amet...
</p>
Thoughts on the practical aspects of modern software development - focuses on what actually works in the real world. Considers new, old and emerging technologies as well as languages, tools, techniques and methologies.
.hang {
padding-left: 2em;
text-indent: -2em;
}
<p class="hang">
Lorem ipsum dolor sit amet...
</p>
0 comments:
Post a Comment