.spacer {
    height:300px;
}

.hover-me {
    padding: 1em;
    background-color: red;
}

.hover-me:hover {
    background-color: blue;
}
