input type border none and button text change code example
Example 1: html input box no border
border-width:0px;
border:none;
outline:none;
Example 2: css hide mark border
.no-outline {
outline: none;
}
border-width:0px;
border:none;
outline:none;
.no-outline {
outline: none;
}