focus on input change label color

52

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

input:focus + label {
    color: red;
}

Comments

Submit
0 Comments