how to remove the border from text areas and inputs when typing or clicked on code example
Example: html remove border from textarea
textarea {
border: none;
background-color: transparent;
resize: none;
outline: none;
}
textarea {
border: none;
background-color: transparent;
resize: none;
outline: none;
}