Created
July 11, 2016 15:40
-
-
Save pixelchar/d820916115de7acb9e6fd00ba529e725 to your computer and use it in GitHub Desktop.
Large offset text shadow as fuzzy highlight
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
.fuzzy-highlight { | |
text-shadow: #ff0 0 0 50px; | |
} |
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 class="fuzzy-highlight">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment