Skip to content

Instantly share code, notes, and snippets.

@lemnis
Created February 4, 2018 16:47
Show Gist options
  • Save lemnis/0f5576fd2fdf193384e46c54552a1f3e to your computer and use it in GitHub Desktop.
Save lemnis/0f5576fd2fdf193384e46c54552a1f3e to your computer and use it in GitHub Desktop.
Untitled
.btn {
background: firebrick;
margin: 10vh;
color: white;
padding: 1em;
border: none;
-webkit-transition: .3s all;
transition: .3s all;
}
.btn:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
background: #d73030;
}
<button type="button" class="btn">
A button
</button>
<button type="button" class="btn">
Another button
</button>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"140","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment