Skip to content

Instantly share code, notes, and snippets.

@mskelton
Created January 26, 2023 19:44
Show Gist options
  • Save mskelton/ce7aa513b24d1d4ce7da0356bb495075 to your computer and use it in GitHub Desktop.
Save mskelton/ce7aa513b24d1d4ce7da0356bb495075 to your computer and use it in GitHub Desktop.
Widen callouts

Blue

<p style="background-color: #A8CCF0; border-color: #154779; border-left-style: solid; border-left-width: 8px; border-radius: 4px; padding: 14px 24px; margin: 0;">This is the text in the callout</p>

Green

<p style="background-color: #ACE2BE; border-color: #256A3C; border-left-style: solid; border-left-width: 8px; border-radius: 4px; padding: 14px 24px; margin: 0;">This is the text in the callout</p>

Yellow

<p style="background-color: #FEE18F; border-color: #CB9501; border-left-style: solid; border-left-width: 8px; border-radius: 4px; padding: 14px 24px; margin: 0;">This is the text in the callout</p>

Red

<p style="background-color: #F4AFA4; border-color: #962413; border-left-style: solid; border-left-width: 8px; border-radius: 4px; padding: 14px 24px; margin: 0;">This is the text in the callout</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment