Serafina
0
Q:

how to remove the outer border of an input text in html

border-width:0px;
border:none;
outline:none;
2
textarea {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}
2
input:focus, textarea:focus, select:focus{
        outline: none;
    }
0

New to Communities?

Join the community