Skip to content

Instantly share code, notes, and snippets.

@yasu-s
Created November 24, 2016 14:03
Show Gist options
  • Save yasu-s/395a348957a9ee9b4b404ba786ed32ef to your computer and use it in GitHub Desktop.
Save yasu-s/395a348957a9ee9b4b404ba786ed32ef to your computer and use it in GitHub Desktop.
bootstrapのグリッドで縦幅をストレッチ
<div class="container-fluid" style="height: 100vh;">
<div class="row" style="height: 100%;">
<div class="col-xs-6 col-md-4" style="height: 100%; background-color: yellow;">
.col-xs-6 .col-md-4
</div>
<div class="col-xs-6 col-md-4">.col-xs-6 .col-md-4</div>
<div class="col-xs-6 col-md-4">
.col-xs-6 .col-md-4
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment