blob: af106e46559896599404f757178a1d10aed52573 (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<html>
<body>
<textarea style="display: block; border: none; width: 200px; height: 200px; padding: 50px; background: green; max-height: 200px; resize: none;"></textarea>
</body>
</html>
|