height, .
- :
#form-control {
position:fixed;
height: 200px;
}
#form-control {
position:fixed;
height: 50%;
}
.
W3 Schools height css... , , .
There is a link to this demo on this page , which I suggest you try to see what different “settings” are due to the lack of a better word do.
Also make sure that the opening tag <textarea>causes the selector ... so it should look something like this: <textarea id="form-control">.
Luck
source
share