Elements


These modular elements can be readily used and customized across pages and in different blocks.


    <div class="section-heading text-center">
        <div class="icon">
            <i class="fit-dumbbell"></i>
        </div>
        <h2>Section Title</h2>
        <p>to give you a new, perfect body</p>
    </div>

						
  • Follow the code example to get the following style. You you want to customize the style you can add classes or modify the existing class property
  • For left align.text-left for left align and .text-right with .section-title for change the alignment of the title

Example 1: Center align with Icon

Section Title

to give you a new, perfect body

Example 2: Left align

Section Title

to give you a new, perfect body

Example 3: Right align

Section Title

to give you a new, perfect body