<p>フォントサイズ1em</p>
<div>
フォントサイズ2em
<p>フォントサイズ0.5em</p>
</div>
* {
background-color: #3b3f47;
color: #fff;
font-family:"游ゴシック", "YuGothic", "Yu Gothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
text-align: center;
}
p {
font-size: 1em; /*16px*/
}
div {
font-size: 2em; /*32px*/
}
div p {
font-size: 0.5em; /*16px*/
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.