Remove the space between the class name and the pseudo-class:
/* CHANGE THIS */ .btn :hover { ... } /* TO THIS */ .btn:hover { background-color: red; font-size: 19px; color: white; }