2022-05-04 21:22:13 +03:00
|
|
|
body {
|
|
|
|
font-size: medium;
|
|
|
|
background-color: #e5e5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
padding: 20px;
|
|
|
|
margin: 5px 0;
|
|
|
|
background-color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
font-size: 20px;
|
|
|
|
width: 100%;
|
2022-05-04 23:58:53 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
width: 50px;
|
2022-05-04 21:22:13 +03:00
|
|
|
}
|