input class border color code example
Example 1: html input box no border
border-width:0px;
border:none;
outline:none;
Example 2: add border to input css
border: none;
border-bottom: 1px solid blue;
border-width:0px;
border:none;
outline:none;
border: none;
border-bottom: 1px solid blue;