1 2 3 4 5 6 7 8 9
.songs button { display: inline-block; width: 300px; height: 30px; text-align: left; } .songs button:hover { background: yellow; }