Created
February 4, 2018 16:47
-
-
Save lemnis/0f5576fd2fdf193384e46c54552a1f3e to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button type="button" class="btn"> | |
A button | |
</button> | |
<button type="button" class="btn"> | |
Another button | |
</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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