Skip to main content

CSSいじり

<style>

.page-content h1 {
    font-size: 2.3em;
    border-bottom: solid 1.5px;
}
.page-content h2 {
    font-size: 1.9em;
    border-bottom: solid 0.8px;
}
.page-content h3 {
    font-size: 1.6em;
}
.page-content h4 {
    font-size: 1.6em;
}

</style>