Created
April 18, 2019 08:34
-
-
Save yutaide/8157b972f3d498ed8c84654b223a919a to your computer and use it in GitHub Desktop.
bs隙間系1
This file contains hidden or 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;"> <!-- .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