Creating columns in bootstrap

CSS class selectors begin with a . character.

HTML class names do not (well, they can, but it is more trouble than it is worth and the Bootstrap CSS doesn’t expect them to).

<div class="container">
    <div class="row">
        <div class="col-xs-3">

Leave a Comment