Skip to content

Instantly share code, notes, and snippets.

@gre
Created October 26, 2011 16:32
Show Gist options
  • Save gre/1316911 to your computer and use it in GitHub Desktop.
Save gre/1316911 to your computer and use it in GitHub Desktop.
CSS: p.tip for tips
p.tip {
font-style: italic;
padding: 0.5em 1em;
border-left: 2px solid #aaa;
&:before {
content: "Tip: ";
font-weight: bold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment