Hapus gaya input
input {
border: none; /* Removes the default border */
}
input:focus {
outline: none /* Removes the border when the input is clicked */
}
Scary Stork
input {
border: none; /* Removes the default border */
}
input:focus {
outline: none /* Removes the border when the input is clicked */
}
input {
all: unset;
}