Bootstrap learning 01 padding value problem in container


    <div class="container wg">
        java
    </div>

The default container has left and right padding 15px. This should be clearly known!

If we want to add row, there will be no padding. Let me show you!

The results are as follows:

Because the row will have a margin of -15px which just offsets the value of padding!

 

Guess you like

Origin blog.csdn.net/qq_15009739/article/details/114002114