Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Last active August 29, 2015 14:17
Show Gist options
  • Save ZakharDay/efa90c06a5f9a72f6a72 to your computer and use it in GitHub Desktop.
Save ZakharDay/efa90c06a5f9a72f6a72 to your computer and use it in GitHub Desktop.
html, body {
width: 100%;
height: 100%;
}
.greenButton {
background-color: #00ff80;
color: white;
}
.greenButton:hover {
background-color: #e6e6e6;
color: #00ff80;
}
.greenButton .icon {
width: 16px;
height: 16px;
background-image: url(images/icon.png);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment