I went further into learning about bootstrap grids in todays class, somethings I picked up today
540px is small ,720px is medium, 960px is large and XL is 1140px.
It is possible to also add size of the column within the element such as col-sm-8.
You also add two cols together such as col-md-6 col-xl-3.
To add an image it would be start with dev row then div class then img class-img-fluid.
A good reminder is 12 units can be divided in however we want and can do that on breakpoint or from small to large.
Comentarios