span{
    background-color: red;
    width: 500px;
    height: 500px;
}


span:hover{
    background-color: green;
}


