<div class="homepage-card">
<div class="homepage-card__content">
<h2 class="homepage-card__title">
<span class="homepage-card__title-numbers">181</span>
<span>Funders</span>
</h2>
<p class="homepage-card__description">Short sentence giving some context to the funders section lorem ipsum dolor sit eiusmod incididunt ut et dolore.</p>
<p>
<a href="#" class="button">Explore</a>
</p>
</div>
</div>
<div class="homepage-card">
<div class="homepage-card__content">
<h2 class="homepage-card__title">
<span class="homepage-card__title-numbers">181</span>
<span>Funders</span>
</h2>
<p class="homepage-card__description">Short sentence giving some context to the funders section lorem ipsum dolor sit eiusmod incididunt ut et dolore.</p>
<p>
<a href="#" class="button">Explore</a>
</p>
</div>
</div>
/* No context defined. */
.homepage-card {
text-align: center;
margin-bottom: 32px;
&__title {
font-weight: normal;
}
&__title-numbers {
color: $orange;
display: block;
font-size: 56px;
font-weight: 500;
}
&__description {
font-size: 19px;
font-weight: 400;
margin-bottom: 40px;
}
}
No notes defined.