Separator

You can add this helper class to any element in your HTML code to add Separator line. Simply add hr tag where you want to add the line. See example below:

...
[SECTION 1 CONTENT]
...
</section> <!--Section 1 End-->
<hr/>
<section> <!--Section 2 Start-->
...
[SECTION 2 CONTENT]
...

 

Suggest Edit