Answers for "how to add blue border to input tag"

CSS
0

html input type colour internal border

input::-webkit-color-swatch {
    border: none;
}
Posted by: Guest on March-26-2021

Code answers related to "how to add blue border to input tag"

Browse Popular Code Answers by Language