Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created February 25, 2019 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendgrid-gists/2676654f1fa7fbfcb43aa4382ca649f1 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/2676654f1fa7fbfcb43aa4382ca649f1 to your computer and use it in GitHub Desktop.
SendGrid style-guide stats card
<div class="stats-card">
<div class="card-stat">
<p class="stat">12,230</p>
<p class="label">Emails Sent</p>
</div>
<div class="card-stat">
<p class="stat delivered">96.60%</p>
<p class="label">Delivered</p>
</div>
<div class="card-stat">
<p class="stat unique-opens">82.20%</p>
<p class="label">Unique Opens</p>
</div>
<div class="card-stat">
<p class="stat unique-clicks">60.24%</p>
<p class="label">Unique Clicks</p>
</div>
<div class="card-stat">
<p class="stat unsubscribes">2.04%</p>
<p class="label">Unsubscribes</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment