Answers for "input not border"

4

html input box no border

border-width:0px;
border:none;
outline:none;
Posted by: Guest on August-25-2020
0

not make input box border on click

[contenteditable="true"]:focus {
    outline: none;
}
Posted by: Guest on April-24-2021

Browse Popular Code Answers by Language