Grid yapısı kullanınca resimler neden yan yana gelmediler?

Kodlari da atar misiniz?

<div class="col-sm-9">
<div class="features">
<h2 class="title text-center">Features Items</h2>
<div class="col-sm-4">
<div class="card" style="width: 18rem;">
<img src="product1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>

</div>
<div class="col-sm-4">
<div class="card" style="width: 18rem;">
<img src="product2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
</div>

Aynı div içindeler mi?

Evet hocam.
 

Önce Grid system busayfadaki kodları deneyin ve sonra yapmak istediğinizi yavaş yavaş geliştirin. Açıkçası Bootstrap pek bilmiyor ve kullanmıyorum.
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…