個人練習用:フレックスボックス、サイトパーツ
関連タイピング
-
プレイ回数378英語長文327打
-
プレイ回数3728英語長文673打
-
プレイ回数556長文456打
-
プレイ回数611英語長文630打
-
プレイ回数288英語長文517打
-
プレイ回数482長文645打
-
プレイ回数529英語長文795打
-
プレイ回数160英語長文1067打
問題文
(<div class="flexbox"><div class="item">)
<div class="flexbox"><div class="item">
(<img src=".jpg" alt="" /><p>contents1</p></div>)
<img src=".jpg" alt="" /><p>contents1</p></div>
(<div class="item"><img src=".jpg" alt="" />)
<div class="item"><img src=".jpg" alt="" />
(<p>contents2</p></div>)
<p>contents2</p></div>
(<div class="item"><img src=".jpg" alt="" />)
<div class="item"><img src=".jpg" alt="" />
(<p>contents3</p></div>)
<p>contents3</p></div>
(<div class="item"><img src=".jpg" alt="" />)
<div class="item"><img src=".jpg" alt="" />
(<p>contents4</p></div>)
<p>contents4</p></div>
(<div class="item"><img src=".jpg" alt="" />)
<div class="item"><img src=".jpg" alt="" />
(<p>contents5</p></div>)
<p>contents5</p></div>
(<div class="item"><img src=".jpg" alt="" />)
<div class="item"><img src=".jpg" alt="" />
(<p>contents6</p></div></div>)
<p>contents6</p></div></div>
(.item { border-radius: 10px;)
.item { border-radius: 10px;
(background: #edf; padding: 15px;)
background: #edf; padding: 15px;
(margin: 5px; text-align: center; })
margin: 5px; text-align: center; }
(p { text-align: left; })
p { text-align: left; }
(img { max-width: 100%; height: auto; })
img { max-width: 100%; height: auto; }
(@media ( min-width : 600px ){)
@media ( min-width : 600px ){
(.flexbox { display: flex; flex-wrap: wrap; })
.flexbox { display: flex; flex-wrap: wrap; }
(.item { width: 25%;} })
.item { width: 25%;} }