Created
June 21, 2012 17:57
-
-
Save codeadict/2967369 to your computer and use it in GitHub Desktop.
Based on email I got from andrea ricci
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Based on email I got from andrea ricci */ | |
a[href^="mailto:"]:before { content: "\2709"; } | |
.phone:before { content: "\2706"; } | |
.important:before { content: "\27BD"; } | |
blockquote:before { content: "\275D"; } | |
blockquote:after { content: "\275E"; } | |
.alert:before { content: "\26A0"; } | |
:before, :after { | |
color: purple; | |
} | |
p, blockquote { | |
margin: 20px; | |
} | |
body, a { | |
color: #333; | |
text-decoration: none; | |
font-size: 21px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
<a href="mailto:[email protected]"> | |
[email protected] | |
</a> | |
</p> | |
<p class="phone"> | |
555-555-5555 | |
</p> | |
<p class="important"> | |
REMEMBER: drink slushies too fast. | |
</p> | |
<blockquote> | |
Designers tend to whisper, ad agencies tend to shout. | |
</blockquote> | |
<p class="alert"> | |
Stranger Danger! | |
<p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment