You can use class attributes to point to a class in a pre-defined style sheets.
Please see examples below.
| HTML |
Result |
<div class="fm_01">
<div class="fm_in_01">
<div class="fm_pad_01">
Content text here...
</div>
</div>
</div>
|
|
<div class="fm_01">
<div class="fm_in_01">
<div class="fm_pad_01">
<h2>Header three text here...</h2>
Content text here...
</div>
</div>
</div>
|

|
<h2 class="dot">Header text here...</h2>
|
|