79822007

Date: 2025-11-17 07:54:54
Score: 1
Natty:
Report link

Just use a textarea with align-content: center

textarea {
  align-content: center;
  width: 200px;
  height: 100px;
  background: #f5f5f5;
  border: 1px solid black;
  padding: 5px;
}
<textarea placeholder="I am centered vertically."></textarea>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohammad Shakouri