18 lines
198 B
CSS
18 lines
198 B
CSS
|
textarea {
|
||
|
width: 500px;
|
||
|
height: 200px;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: 'Lato', sans-serif;
|
||
|
}
|
||
|
|
||
|
#result {
|
||
|
clear: both;
|
||
|
margin-top: 10;
|
||
|
}
|
||
|
|
||
|
.error {
|
||
|
font-style: italic;
|
||
|
color: red;
|
||
|
}
|