Service Card

This is a card that's used to act as a call-to-action for the services offered, it consists of:

  • An icon
  • A title
  • A description
  • [Optional] A Button

We Offer This

Do you want to know more?

Find out more
<div class="service-card">
    <img class="service-card__icon" src="http://placehold.it/100" />
    <h3 class="service-card__title">We Offer This</h3>
    <p class="service-card__copy">Do you want to know more?</p>
    <a class="button button--green button--ghost">Find out more</a>
</div>
Back
Link to single component view