Skip to content

Instantly share code, notes, and snippets.

@phvaillant
Created February 1, 2019 13:51
Show Gist options
  • Save phvaillant/969d91ac664dcbc1b687c5c1b2c59a2c to your computer and use it in GitHub Desktop.
Save phvaillant/969d91ac664dcbc1b687c5c1b2c59a2c to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-xs-3 red">
First element on the first line
</div>
<div class="col-xs-4 blue">
Second element on the first line
</div>
</div>
<div class="row">
<div class="col-xs-2 blue">
First element on the second line
</div>
<div class="col-xs-6 red">
Second element on the second line
</div>
<div class="col-xs-3 blue">
Third element on the second line
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment