How to use this module?

Comments

ugintl created an issue.

ugintl’s picture

You can explain with an example. This is the html code from a bootstrap template. How to convert it to a paragraph.

<section class="main-slider">
		<div class="slider-box">
		
			
				
				<!-- Slide -->
				<div class="slide">
                	<div class="image-layer" style="background-image:url(images/main-slider/3.jpg)"></div>
					<div class="auto-container">
						<div class="content">
							<h2>Solution for <br> Modern Kitchen</h2>
							<div class="text">Since 1989, We inspired fragments of your life stories with the finest kitchens, wardrobes, bedroom sets and living & dining.</div>
							<div class="btns-box">
								<a href="#" class="theme-btn btn-style-one"><span class="txt">Know more</span></a>
							</div>
						</div>
					</div>
				</div>
				
			
			
		</div>
	</section>