Skip to content

Instantly share code, notes, and snippets.

@jiserra
Last active August 29, 2015 14:03
Show Gist options
  • Save jiserra/cb6516b47e0f200d6a8a to your computer and use it in GitHub Desktop.
Save jiserra/cb6516b47e0f200d6a8a to your computer and use it in GitHub Desktop.
.boton {
display: block;
background-image: url('imagen1.png');
width: 200px;
height: 40px;
}
.boton:hover {
background-image: url('imagen2.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment