Skip to content

Instantly share code, notes, and snippets.

@painteros
Created June 20, 2021 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save painteros/c355cf8f73184dafa9d01bdae05e58e6 to your computer and use it in GitHub Desktop.
Save painteros/c355cf8f73184dafa9d01bdae05e58e6 to your computer and use it in GitHub Desktop.
Bootstrap Snippets
<center>
<section class="pt-5 pb-5">
<div class="container">
<h2 class="text-center font-weight-bold mb-5 mt-5">Related products</h2>
<div class="row d-flex equal">
<div class=" col-md-4 mb-4">
<div class="card h-100 border-0">
<div class="card-img-top">
<img src="/image/catalog/news/5.jpg" class="img-fluid mx-auto d-block" alt="Card image cap" style="width: 50%;">
</div>
<div class="card-body text-center">
<h4 class="card-title">
<a href="#" class=" font-weight-bold text-dark text-uppercase small"> Product name</a>
</h4>
<h5 class="card-price small text-warning">
<i>
<s>$599</s> $299</i>
</h5>
</div>
</div>
</div>
<div class=" col-md-4 mb-4">
<div class="card h-100 border-0">
<div class="card-img-top">
<img src="/image/catalog/news/5.jpg" class="img-fluid mx-auto d-block" alt="Card image cap" style="width: 50%;">
</div>
<div class="card-body text-center">
<h4 class="card-title">
<a href="#" class=" font-weight-bold text-dark text-uppercase small"> Product name</a>
</h4>
<h5 class="card-price small text-warning">
<i>
<s>$599</s> $299</i>
</h5>
</div>
</div>
</div>
<div class=" col-md-4 mb-4">
<div class="card h-100 border-0">
<div class="card-img-top">
<img src="/image/catalog/news/5.jpg" class="img-fluid mx-auto d-block" alt="Card image cap" style="width: 50%;">
</div>
<div class="card-body text-center">
<h4 class="card-title">
<a href="novosti" class=" font-weight-bold text-dark text-uppercase small"> Product name</a>
</h4>
<h5 class="card-price small text-warning">
<i>
<s>$599</s> $299</i></h5><h5 class="card-price small text-warning"><i><br></i></h5><h5 class="card-price small text-warning"><i><br></i></h5><h5 class="card-price small text-warning"><i><br></i></h5><h5 class="card-price small text-warning"><i><br></i>
</h5>
</div>
</div>
</div>
</div>
</div>
</section>
</center>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment