vendredi 2 avril 2021

Why I can't target the checkbox? (more below)

Markup:

<input type="checkbox" id="isFinsihed" value="finsihed">
<label for="isFinished">Finished book</label><br>

CSS:

#isFinished{
    color:red;
}

I tried to target the class too, any help appreciated.




Aucun commentaire:

Enregistrer un commentaire