html - Why is my bootstrap row overspilling it's container -


Can anyone explain why the bootstrap line below is overlapping the container?

  & lt; Div class = "row" & gt; & Lt; Div class = "col-sm-6 col-md-6 col-xs-6" & gt; & Lt; Div & gt; Text & lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "col-sm-6 col-md-6 col-xs-6" & gt; & Lt; div square = "pull-right" & gt; More lessons & lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt;    

.row has the margin-left: -15px; Margin-right: -15px; .container or .container-fluid .

Explain the grid system.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -