I have sections like:
<dl>
<dd class="benefits1">
<h2>Title1, child1</h2>
<p>dfefefewfefeffeef</p>
<p>fefefefeffhhjztjz</p>
</dd>
<dd class="benefits1">
<h2>Title1, child1</h2>
<p>dfefefewfefeffeef</p>
<p>fefefefeffhhjztjz</p>
</dd>
</dl>
As I have more columns I like to set margin left just for column one. Is this technical possible with code like:
.benefits1 h2 {
text-indent: 20px;
}
.benefits1 h2:first-child {
text-indent: 0;
}
Notice the first column which should have 0 on the left hand side. As i understand <dd class="benefits1"> is not only one. There are many and it will not be defined as text-indent: 0; inside the first dd like <dd class="benefits1">