Skip to content

Instantly share code, notes, and snippets.

@LTe
Created December 21, 2016 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LTe/04cb06b29a7c0b05bd18a5d949979028 to your computer and use it in GitHub Desktop.
Save LTe/04cb06b29a7c0b05bd18a5d949979028 to your computer and use it in GitHub Desktop.
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