Probably a duplicate of this post: A customized input text box in html/html5
input {
border: 0;
outline: 0;
background: transparent;
border-bottom: 1px solid black;
}
<input></input>
Probably a duplicate of this post: A customized input text box in html/html5
input {
border: 0;
outline: 0;
background: transparent;
border-bottom: 1px solid black;
}
<input></input>