<h1>Hello World!</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
h1 {
font-size: 24px;
font-weight: 700;
font-style: italic;
font-family: serif; /* 바탕체 */
}
p {
font-size: 16px;
width: 350px;
padding: 10px;
border: 1px solid;
box-sizing: border-box;
line-height: 1.4; /* 줄간격 */
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.