I want to remove the stylings from a textarea and leave it all white without any border or glow, if possible. I\'ve tried with different stuff found here on SO, but nothing
If you want to remove EVERYTHING :
textarea { border: none; background-color: transparent; resize: none; outline: none; }