-
-
Save 304352303/1470310433bb9100f924371c7000d82a to your computer and use it in GitHub Desktop.
Wavy underlines
This file contains hidden or 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
/** | |
* Wavy underlines | |
*/ | |
body { | |
font: 250%/1.6 Baskerville, Palatino, serif; | |
} | |
a { | |
background: linear-gradient(-45deg, blue 40%, red 0, red 60%, green 0) 0 1em, | |
linear-gradient(45deg, red 40%, red 0, orange 60%, yellow 0) .1em 1em; | |
background-repeat: repeat-x; | |
background-size: .2em .1em; | |
text-shadow: .05em 0 red, -.05em 0 red; | |
} |
This file contains hidden or 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>“The only way to <a>get rrid of a temptatoin</a> is to <a>yeild</a> to it.”</p> |
This file contains hidden or 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
// alert('Hello world!'); |
This file contains hidden or 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","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