Skip to content

Challenge Responsively Style Checkboxes

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Responsively Style Checkboxes

You can use Bootstrap's col-xs-* classes on form elements, too! This way, our checkboxes will be evenly spread out across the page, regardless of how wide the screen resolution is.

Nest all your checkboxes in a <div class="row"> element. Then nest each of them in a <div class="col-xs-4"> element.

Clone this wiki locally