目次
特別レポート
HTML
<h2 class="newspaper-heading">特別レポート</h2>
CSS
.newspaper-heading {
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
color: #000;
border-top: 4px double #000;
border-bottom: 4px double #000;
padding: 10px 0;
font-family: 'Georgia', serif;
}