Created
April 18, 2019 09:42
-
-
Save yutaide/b6b4a2d2cb415dcbb4a9ad92ea8048fe to your computer and use it in GitHub Desktop.
bs隙間系2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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