Created
December 21, 2016 20:33
-
-
Save LTe/04cb06b29a7c0b05bd18a5d949979028 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
center h1 { | |
display: inline-block; | |
background-color: rgba(0, 0, 0, 0.5); | |
padding: 10px; | |
margin-top: 170px; | |
} | |
center h3 { | |
display: inline-block; | |
background-color: rgba(0, 0, 0, 0.5); | |
padding: 10px; | |
} | |
input.normal { | |
border: 1px solid #c9ae34; | |
color: #d8d8d8; | |
border-radius: 3px 3px 3px 3px; | |
box-shadow: rgb(94, 97, 95) 0px 1px 0px 0px inset, rgb(53, 53, 53) 0px -1px 0px 0px inset, rgb(60, 59, 59) 0px 0px 0px 1px inset, rgb(130, 128, 128) 0px 2px 4px 0px; | |
background-color: #d8d8d8; | |
} | |
input.active { | |
background-color: black; | |
color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment