Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Last active January 3, 2020 15:10
Show Gist options
  • Save BMU-Verlag/e18a99b41f825c7190fd3b30d51f79ee to your computer and use it in GitHub Desktop.
Save BMU-Verlag/e18a99b41f825c7190fd3b30d51f79ee to your computer and use it in GitHub Desktop.
button, select {
width: 100%;
height: 30px;
border-radius: 3px;
border: solid black 1px;
}
#translate_button {
background-color: #00bf67;
font-weight: bold;
}
textarea {
width: 100%;
height: 240px;
resize: none;
border-radius: 5px;
border: solid black 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment