Elements


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


	<!-- Section Title Style 1 -->
	<div class="section-title text-center title-ex1">
		<h2 class="title-text">Section Title</h2>
		<p class="description">Inventore cillum soluta inceptos eos platea, soluta class laoreet repellendus imperdiet optio.</p>
	</div>

						
how to use
  • Just Copy the code. Don't remove the classname .title-ex1 with default .section-title
  • Use class .text-center for center aligned, .text-left for left align and .text-right with .section-title for change the alignment of the title

Example 1: Center align

Section Title

Inventore cillum soluta inceptos eos platea, soluta class laoreet repellendus imperdiet optio.

Example 2: Left align

Section Title

Inventore cillum soluta inceptos eos platea, soluta class laoreet repellendus imperdiet optio.

Example 3: Right align

Section Title

Inventore cillum soluta inceptos eos platea, soluta class laoreet repellendus imperdiet optio.