E
E
Error4202019-10-01 20:14:32
css
Error420, 2019-10-01 20:14:32

Why are col not interrupted in bootstrap?

Some x** are not interrupted by col in bootstrap. wrote сlass="col-12 col-md-6" but for some reason col-md-6 works for me on all screen extensions. first time I meet this

<link rel="stylesheet" type="text/css" href='libs/bootstrap/bootstrap-grid.min.css'>
<div class="container">
    <div class="row">
      <div class=" col-12 col-md-6"></div>				
      <div class=" col-12 col-md-6"></div>
               </div>
</div>

На этом скриншоте видно что я дал блокам классы col-12 и установил расширение попадающее под влияние этого класса , но почему то отрабатывает класс   col-md-6 , хотя в этом диапазоне он вообще не должен работать
5d93919140588890803632.jpeg

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question