Skip to content

Instantly share code, notes, and snippets.

@razbakov
Created January 30, 2020 19:39
Show Gist options
  • Save razbakov/abc82464e84337f748a358e3fac72398 to your computer and use it in GitHub Desktop.
Save razbakov/abc82464e84337f748a358e3fac72398 to your computer and use it in GitHub Desktop.
Highlight header
<h1 class="editorial-card__title">
<span class="underlay-highlight-yellow">How great managers give and receive feedback</span>
</h1>
<style>
.underlay-highlight-yellow {
background-image: url(text-underlay-yellow.svg);
}
</style>
Display the source blob
Display the rendered blob
Raw
<svg fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" ry="50%" fill="#FFF4D9"/></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment