blob: 78edebcad78c5b47ee49a2269262f90217d5d2de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<style>
textarea {
width: 100px;
height: 100px;
box-sizing: border-box;
padding: 50px 0px;
overflow: hidden;
resize: none;
}
</style>
<textarea></textarea>
|