How do I create 3 divs in the first row and 2 divs in the second row?
This is what it currently looks like:
This is the desired output:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<div class="gift-div">
<div class="row">
<div class="col-lg-4 col-md-4 col-6 col-padds">
<a href="giftred_detail.php?p=">
<div class="div-size" style="background-color:transparent ; border : 3px solid white; box-shadow: 0px 0px 70px 5px #FF0000, inset 0px 0px 150px 5px #FF0000;;">
<img src="img/gift/" alt="Item" class="jpo">
</a>
<div class="container text-con" style="text-align:center">
<h4><b style="word-break:break-word"></b></h4>
<p>Points</p>
</div>
</div>
</div>
</div>
</div>