<header>
ヘッダー
</header>
<div id="contents">
コンテンツ
<div>
<aside>
サイドバー
</aside>
<article>
本文
</article>
</div>
</div>
<footer>
フッター
</footer>
* {
font-size: 20px;
line-height:2em;
}
header {
background-color: #ffdddd;
}
div#contents {
background-color: #ddffdd;
}
footer {
background-color: #ddddff;
}
aside {
background-color: #ffddff;
width: 50%;
}
article {
background-color: #ddffff;
width: 50%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.