<h1 class="h1">This is a H1</h1>
<h2 class="h2">This is a H2</h2>
<h3 class="h3">This is a H3</h3>
<h4 class="h4">This is a H4</h4>
<h5 class="h5">This is a H5</h5>
<h6 class="h6">This is a H6</h6>
{% for i in 1..6 %}
<h{{ i }} class="h{{ i }}">This is a H{{ i }}</h{{ i }}>
{% endfor %}
{
"paragraph": "All around the world statues crumble for me. Who knows how long I've loved you. Everywhere I go people stop and they see. Twenty-five years old my mother God rest her soul. I just wanna fly. Put your arms around me, baby, put your arms around me, baby. I just wanna fly. Put your arms around me, baby, Put your arms around me, baby. Sugar Ray.",
"yes": "yes"
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2; }
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; }
.h1 {
color: #000;
font-family: $font-heading;
font-weight: 700;
font-style: normal;
font-size: 3rem;
margin: 0 0 $space-one-half;
width: auto;
}
.h2 {
color: #000;
font-family: $font-heading;
font-weight: 700;
font-style: normal;
font-size: 2.25rem;
margin: 0 0 .5rem;
width: auto;
}
.h3 {
color: #000;
font-family: $font-heading;
font-weight: 700;
font-style: normal;
font-size: 1.875rem;
margin: 0 0 $space-one-half;
width: auto;
}
.h4 {
color: #000;
font-family: $font-heading;
font-weight: 600;
font-style: normal;
font-size: 1.5rem;
margin: 0 0 $space-one-half;
width: auto;
}
.h5 {
color: #000;
font-family: $font-heading;
font-weight: 600;
font-style: normal;
font-size: 1.25rem;
margin: 0 0 $space-one-half;
width: auto;
}
.h6 {
color: #000;
font-family: $font-heading;
font-weight: 600;
font-style: normal;
font-size: 1rem;
margin: 0 0 $space-one-half;
width: auto;
}
//.paragraph {
// margin: 0 0 $space;
//}
.link {
color: $hyperlink;
}
.blockquote {
color: $grey_darkest;
text-align: center;
font-size: 1.5rem;
border-top: solid 3px $lehigh-brown;
border-bottom: solid 3px $lehigh-brown;
margin: $space-double;
padding: $space-double;
position: relative;
&::before {
content: "“";
color: $lehigh-brown;
font-size: 20rem;
font-family: $font-quotation;
opacity: 0.1;
position: absolute;
top: -25px;
left: -$space;
}
&::after {
content: "”";
color: $lehigh-brown;
font-size: 20rem;
font-family: $font-quotation;
opacity: 0.1;
position: absolute;
bottom: -150px;
right: -$space;
}
.source {
margin: 1rem 0 0 0;
font-size: 1rem;
color: $grey_k60;
font-style: italic;
&::before {
content: "- ";
}
}
}
.hr {
border-style: solid;
border-width: 1px 0 0;
color: currentColor;
}
No notes defined.