7 lines
67 B
CSS
7 lines
67 B
CSS
|
body {
|
||
|
background-color: #fbffd9;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
resize: none;
|
||
|
}
|