how to remove the defalut styling of input in css code example
Example: remove default input style css
input:focus, textarea:focus, select:focus{
outline: none;
}
input:focus, textarea:focus, select:focus{
outline: none;
}