2カラムフレックスボックス、サンプルサイト
2カラムフレックスボックスのサンプルサイト
2カラムフレックスボックスのサンプルサイトです。個人練習用で作りました。
関連タイピング
-
JavaScript 暗記用です
プレイ回数1300 英語長文1345打 -
自分練習用、英語長文
プレイ回数2688 英語長文1127打 -
JavaScriptの暗記用です
プレイ回数2719 英語長文504打 -
自作のハンバーガーメニューを作成しましょう!
プレイ回数3809 英語長文721打 -
JavaScript 暗記用です
プレイ回数2143 英語長文2218打 -
JavaScript 暗記用です
プレイ回数3097 英語長文594打 -
ブラウザで動くテトリスのコーディングです。
プレイ回数2962 長文532打 -
政治経済の略称のタイピングです。個人的暗記用。
プレイ回数106 長文805打
問題文
ふりがな非表示
ふりがな表示
(<!DOCTYPE html><html lang="ja"><head>)
<!DOCTYPE html><html lang="ja"><head>
(<meta charset="UTF-8">)
<meta charset="UTF-8">
(<meta name="viewport" content="width=device-width, initial-scale=1">)
<meta name="viewport" content="width=device-width, initial-scale=1">
(<link rel="stylesheet" href="css/flex.css">)
<link rel="stylesheet" href="css/flex.css">
(<title>flexbox2</title>)
<title>flexbox2</title>
(</head><body>)
</head><body>
(<div class="flexbox"><section class="main">)
<div class="flexbox"><section class="main">
(<h1>The Little Prince</h1><p>and me yes!</p></section>)
<h1>The Little Prince</h1><p>and me yes!</p></section>
(<section class="side"><h1>About</h1><p>tugi</p>)
<section class="side"><h1>About</h1><p>tugi</p>
(</section></div></body></html>)
</section></div></body></html>
(start css)
start css
(.main { background: #fcc; margin-bottom: 10px;})
.main { background: #fcc; margin-bottom: 10px;}
(.side { background: #fea; })
.side { background: #fea; }
(.main, .side {padding: 2%;border-radius: 10px})
.main, .side {padding: 2%;border-radius: 10px}
(/* Responsive */ @media ( min-width : 600px ))
/* Responsive */ @media ( min-width : 600px )
({.flexbox {display: -webkit-flex;display: flex;})
{.flexbox {display: -webkit-flex;display: flex;}
(.main {margin: 0 10px 0 0;}})
.main {margin: 0 10px 0 0;}}