Skip to content

Instantly share code, notes, and snippets.

@gazhikaba
Created April 4, 2016 08:00
Show Gist options
  • Select an option

  • Save gazhikaba/092ea55c0f0820e20b9039c2c225c095 to your computer and use it in GitHub Desktop.

Select an option

Save gazhikaba/092ea55c0f0820e20b9039c2c225c095 to your computer and use it in GitHub Desktop.
Note of CSS
.gz_textarea {
font-family:consolas;
border-color: black;
border-width: 2px;
border-radius: 10px;
background-color: white;
}
.gz_textarea:focus{
outline: none;
}
.gz_button {
font-family:consolas;
border-color: black;
border-width: 2px;
border-radius: 5px;
background-color: white;
}
.gz_button:focus{
outline: none;
}
.gz_button:hover {
border-color: gray;
background-color: gray;
}
.gz_button:active {
border-color: black;
background-color: black;
color:white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment