Sidebar

card

Bootstrap’s cards provide a flexible and extensible content container with multiple variants and options..

Bootstrap Card documentation
Card Image overlay
pattern

Start Business With Team

Dejan provides clean and clear documentation in which all information will be easily found.

Get started Read more
<div class="card cust-overlay text-white my-4"> <img src="images/business-pattern.jpg" class="img-fluid" alt="pattern" title="pattern">
<div class="card-img-overlay">
<h3 class="font-weight-bold mb-0">Start Business With Team</h3>
<p class="text-light my-3  overflow-2line">Dejan provides clean and  clear documentation in which all information will be easily found.</p>
<a class="btn btn-primary" href="#">Get started</a> <a href="#" class="btn btn-light ml-3">Read more</a> </div>
</div>

                     
Blog Card
Blog
Ui ux tips and tricks

We provide very good ui ux designs according to your profitable business.

Read more
Blog
Ui ux tips and tricks

We provide very good ui ux designs according to your profitable business.

Read more
<div class="card boder-btm-3 border-radius-3"> <img src="images/blog-3.jpg" alt="Blog" title="Blog" class="img-fluid">
<div class="card-body bg-gray"> <a href="#" class="card-title">Ui ux tips and tricks</a>
<p class="card-text my-3">We provide very good ui ux designs according to your profitable business.</p>
<a href="#" class="font-weight-bold">Read more<i class="fas fa-angle-right ml-1 text-primary"></i></a> </div>
</div>

<div class="card boder-btm-3 border-radius-3"> <img src="images/blog-2.jpg" alt="Blog" title="Blog" class="img-fluid">
<div class="card-body bg-gray"> <a href="#" class="card-title">Ui ux tips and tricks</a>
<p class="card-text my-3">We provide very good ui ux designs according to your profitable business.</p>
<a href="#" class="font-weight-bold">Read more<i class="fas fa-angle-right ml-1 text-primary"></i></a> </div>
</div>