Skip to content

Instantly share code, notes, and snippets.

@yutaide
Created April 18, 2019 09:42
Show Gist options
  • Save yutaide/b6b4a2d2cb415dcbb4a9ad92ea8048fe to your computer and use it in GitHub Desktop.
Save yutaide/b6b4a2d2cb415dcbb4a9ad92ea8048fe to your computer and use it in GitHub Desktop.
bs隙間系2
<div class="container" style="background-color: red; padding: 10px;"> <!-- 単にpadding:10pxと指定 -->
<div class="row" style="background-color: green;">
<div class="col-sm-4" style="background-color: blue;">
<img src="./images/img1.jpg">
</div>
<div class="col-sm-4" style="background-color: yellow;">
<img src="./images/img4.jpg">
</div>
<div class="col-sm-4" style="background-color: purple;">
<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