Answers for "focus on input change label color"

CSS
-1

focus on input change label color

.input-group {
    display: flex;
    flex-direction: column-reverse;
}

input:focus + label {
    color: red;
}
Posted by: Guest on January-02-2021

Code answers related to "focus on input change label color"

Browse Popular Code Answers by Language