Lets get some firsthand experience writing Boootstrap it. Using the documentation we discussed earlier write a simple grid in the index.html file located in this repo. Make use of col-xs, sm, md, lg and xl.
to removing xl, adding code style, and being more specific for how to use col-xs-# to match bootstrap documentation.
Lets get some firsthand experience writing Boootstrap it. Using the documentation we discussed earlier write a simple grid in the index.html file located in this repo. Make use of col-xs-#, col-sm-#, col-md-#, and col-lg-#.
Suggesting change from:
to removing
xl
, adding code style, and being more specific for how to usecol-xs-#
to match bootstrap documentation.