Created
May 3, 2017 21:51
-
-
Save mushfiqweb/86cc31b4dde9942f22432ce5b0051b3e 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
.inputfile + label { | |
font-size: 1.25em; | |
font-weight: 700; | |
color: white; | |
background-color: black; | |
display: inline-block; | |
} | |
.inputfile:focus + label, | |
.inputfile + label:hover { | |
background-color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment