Created
May 17, 2011 19:57
-
-
Save remi/977258 to your computer and use it in GitHub Desktop.
Catchy <span class="translation_missing"> elements
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
.translation_missing { | |
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.00, red), color-stop(16%, orange), color-stop(32%, yellow), color-stop(48%, green), color-stop(60%, blue), color-stop(76%, indigo), color-stop(1.00, violet)); | |
color: #fff; | |
text-shadow: 1px 1px 0px #000; | |
font-family: "Comic sans MS"; | |
padding: 0.2em 0.4em; | |
outline: 2px dashed red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment