Skip to content

Instantly share code, notes, and snippets.

@tavoohoh
Created August 8, 2023 21:01
Show Gist options
  • Save tavoohoh/1b0ebdd1cef69fece515f120e293bbfb to your computer and use it in GitHub Desktop.
Save tavoohoh/1b0ebdd1cef69fece515f120e293bbfb to your computer and use it in GitHub Desktop.
HTML-template-style-reference
<h1 {email-title}>
title
</h1>
<p {email-paragraph}>
paragraph
</p>
<p {email-inline-paragraph}>
inline paragraph
</p>
<p {email-paragraph-bold}>
bold paragraph
</p>
<p {email-paragraph-footer}>
footer
</p>
<a {email-button} href="<%= url %>" target="_blank">
url
</a>
<a {email-link} href="<%= link %>" target="_blank">
link
</a>
<div {email-line-space}></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment