Answers for "how to get rid of default form styles css"

CSS
1

remove default input style css

input:focus, textarea:focus, select:focus{
        outline: none;
    }
Posted by: Guest on July-03-2020

Code answers related to "how to get rid of default form styles css"

Browse Popular Code Answers by Language