Created
June 27, 2019 18:06
-
-
Save kobzarvs/71dff57f14555b785194766b307f5689 to your computer and use it in GitHub Desktop.
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 { | |
border: 1px solid #555; | |
text-align: center; | |
padding: 0 12px; | |
color: #ddd; | |
cursor: pointer; | |
} | |
.button:hover { | |
background: rgba(255, 255, 255, .25) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment