Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Created July 11, 2016 15:40
Show Gist options
  • Save pixelchar/d820916115de7acb9e6fd00ba529e725 to your computer and use it in GitHub Desktop.
Save pixelchar/d820916115de7acb9e6fd00ba529e725 to your computer and use it in GitHub Desktop.
Large offset text shadow as fuzzy highlight
.fuzzy-highlight {
text-shadow: #ff0 0 0 50px;
}
<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