15 lines
189 B
CSS
15 lines
189 B
CSS
body {
|
|
}
|
|
div.wrapper {
|
|
margin-bottom: 0.5em;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50%;
|
|
}
|
|
textarea.input {
|
|
display: block;
|
|
height: 150px;
|
|
width: 100%;
|
|
}
|
|
input.conversion {
|
|
}
|