17 lines
684 B
HTML
17 lines
684 B
HTML
<section class="d-flex showcase-2" aria-label="showcase-2">
|
|
<div class="container">
|
|
<div class="row align-items-center w-100">
|
|
<div class="col-md-6 col-sm-12 col-img">
|
|
<img class="img-fluid" src="demo/img/illustrations.co/107-healthy.svg" alt="healthy">
|
|
</div>
|
|
<div class="col-md-6 col-sm-12">
|
|
<h3>Drag and drop builder</h3>
|
|
<p class="lead">Unlimited design powers with an easy to use interface, change anything on your website with a few clicks.</p>
|
|
<a href="content/post.html">
|
|
<span>Learn more</span>
|
|
<i class="la la-long-arrow-alt-right ms-1"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> |