Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove input styling

input {
  border: none; /* Removes the default border */
}

input:focus {
  outline: none /* Removes the border when the input is clicked */
}
 
PREVIOUS NEXT
Tagged: #remove #input #styling
ADD COMMENT
Topic
Name
5+1 =