Second col goes to second line instead of sharing the same row
تبليغيرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.
For some reason, the second column doesn’t share the same row, instead, it goes to the second line (row). May you please help me with this? I’m new to this.
<div class=”row “>
<div class=”col-md-6 “>
<br>
<h4 style=”color:black;”> 3D Prikaz </h4>
<div class=”divider-new”> <span></span></div>
<div id=”portfolio”>
<a class=”portfolio-box” href=”assets/img/proba/27.jpg”>
<img class=”img3d img-fluid” src=”assets/img/proba/27.jpg” class=”w-101 h-100″>
</div>
</div>
<br>
<div class=”col-md-6 “>
<h4 style=”color:black;”> 3D Prikaz </h4>
<div class=”divider-new”> <span></span></div>
<div id=”portfolio”>
<a class=”portfolio-box” href=”assets/img/proba/27.jpg”>
<img class=”img3d img-fluid” src=”assets/img/proba/27.jpg” class=”w-101 h-100″>
</div>
</div>
</div>
</div>
Instead of
| 6 | 6 |
I am getting
| 6 |
| 6 |
أضف إجابة