<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; /* 줄간격 */
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.