Yani section ile aside taştı yanlardan sebebi nedir?
Kodlar :
<section>
<div class="row">
<div class="col-md-8">Section</div>
<div class="col-md-4">Aside</div>
</div>
</section>section .row .col-md-8{
height: 350px;
background: #f1c40f;
}
section .row .col-md-4{
background: #2980b9;
height: 350px;
}
