/* example: your html code is like this: <h2 class="firstname">Firstname </h2> <p class="secondname">Secondname </p> /* h2.firstname:hover { background-color: yellow; } p.secondname:hover { background-color: blue; }