Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created December 19, 2019 16:22
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 BMU-Verlag/cd9771a549a3a4a6fd7b7814942f7a81 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/cd9771a549a3a4a6fd7b7814942f7a81 to your computer and use it in GitHub Desktop.
body {
background-color: #9bdada;
padding: 10px;
max-width: 900px;
font-family: sans-serif;
}
h1 {
margin: 5px;
}
div {
float:left;
}
div.row {
width: 100%;
}
div.column-20 {
width: -webkit-calc(20% - 10px);
}
div.column-40 {
width: -webkit-calc(40% - 10px);
}
div.column-50 {
width: -webkit-calc(50% - 10px);
}
div.column {
margin: 5px;
}
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