manage.css 102 B

123456789
  1. textarea {
  2. width: 50%;
  3. height: 50%;
  4. min-height: 300px;
  5. min-width: 300px;
  6. }
  7. #error {
  8. color: red;
  9. }