Bootstrap has four types of class prefixes for creating columns for different size displays:
- col-xs for extra small displays (screen width < 768px)
- col-sm for smaller displays (screen width ≥ 768px)
- col-md for medium displays (screen width ≥ 992px)
- col-lg for larger displays (screen width ≥ 1200px)
<div class="col-xs-3">
bootstrap-3.1: if have col-xs-3 only these propagates to other sizes eg col-lg-3?