Skip to content

Instantly share code, notes, and snippets.

@HendrikHaase
Created July 28, 2015 11:45
Show Gist options
  • Select an option

  • Save HendrikHaase/c814e1abfe1edda2ee22 to your computer and use it in GitHub Desktop.

Select an option

Save HendrikHaase/c814e1abfe1edda2ee22 to your computer and use it in GitHub Desktop.
gpQryM
<div class="one">
<button>
<span>TEXT</span>
</button>
</div>
.one {
background: url(http://lorempixel.com/1000/1000/abstract) no-repeat;
width: 100vw;
height: 100vh;
}
span {
font-size: 50px;
font-weight: 700;
}
button {
background: transparent;
}
button:hover {
background: orange;
}
button:hover > span {
color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment