Home > Mobile >  The hover function for the image tag isn't working. How can I fix this?
The hover function for the image tag isn't working. How can I fix this?

Time:06-05

h1{
    color:red;
    font-size: 100px;
}


img :hover {
    background-color: gold;
}


.bacon{
    background-color: green;
}

.broccoli{
    background-color: red;
}

/*
.circular{
    border-radius: 100%;
}
*/


#heading{
background-color: aquamarine;
} 
/*ignore this. i typed this as stack overflow was giving me this error           
  • Related