Answers for "css input reset border"

CSS
12

remove blue border on a input

input:focus {
    outline: none !important;
}
Posted by: Guest on April-16-2020
1

reset all input styles with 1 property css

all: unset;
Posted by: Guest on April-21-2021

Browse Popular Code Answers by Language