Skip to content

Instantly share code, notes, and snippets.

@yutaide
Created April 18, 2019 08:34
Show Gist options
  • Select an option

  • Save yutaide/8157b972f3d498ed8c84654b223a919a to your computer and use it in GitHub Desktop.

Select an option

Save yutaide/8157b972f3d498ed8c84654b223a919a to your computer and use it in GitHub Desktop.
bs隙間系1
<div class="container" style="background-color: red;"> <!-- .container背景:赤 -->
<div class="row" style="background-color: green;"> <!-- .row背景:緑 -->
<div class="col-sm-4" style="background-color: blue;"> <!-- .col背景1:青 -->
<img src="./images/img1.jpg">
</div>
<div class="col-sm-4" style="background-color: yellow;"> <!-- .col背景2:黄 -->
<img src="./images/img4.jpg">
</div>
<div class="col-sm-4" style="background-color: purple;"> <!-- .col背景3:紫 -->
<img src="./images/img5.jpg">
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment