imseldrith's picture
Update templates/style.css
ed1d808
raw
history blame contribute delete
196 Bytes
body {
background-color: #f2f2f2;
}
.container {
background-color: #ffffff;
padding: 20px;
box-shadow: 0px 0px 10px #cccccc;
}
#text {
resize: none;
}
#copy_button {
float: right;
}