15 lines
No EOL
197 B
CSS
15 lines
No EOL
197 B
CSS
body {
|
|
font-size: medium;
|
|
background-color: #e5e5e5;
|
|
}
|
|
|
|
.wrapper {
|
|
padding: 20px;
|
|
margin: 5px 0;
|
|
background-color: #222222;
|
|
}
|
|
|
|
textarea {
|
|
font-size: 20px;
|
|
width: 100%;
|
|
} |