I'm working with the textarea element in HTML and want to remove the border of the box. I also want to align the text in the bottom of my textarea.
I'm working with the textarea element in HTML and want to remove the border of the box. I also want to align the text in the bottom of my textarea.
textarea {
border: 0;
overflow: auto; }
less CSS ^ you can't align the text to the bottom unfortunately.