Focus On Input Change Label Color

[Solved] Focus On Input Change Label Color | Csharp - Code Explorer | yomemimo.com
Question : focus on input change label color

Answered by : elegant-echidna-gsaucmbsw86k

.input-group { display: flex; flex-direction: column-reverse;
}
input:focus + label { color: red;
}

Source : https://stackoverflow.com/questions/21154616/on-input-focus-change-color-of-label-how | Last Update : Sat, 09 Jan 21

Answers related to focus on input change label color

Code Explorer Popular Question For Csharp