15 lines
167 B
CSS
15 lines
167 B
CSS
|
input {
|
||
|
width: 25em;
|
||
|
}
|
||
|
|
||
|
#form {
|
||
|
text-align: center;
|
||
|
margin: 2em;
|
||
|
}
|
||
|
|
||
|
#logoutput {
|
||
|
margin: 2em;
|
||
|
white-space: pre-wrap;
|
||
|
font-family: monospace;
|
||
|
}
|