I'm currently learning HTML and CSS, and was curious how the classes work. So I made an page in HTML with a Youtube embedded video in it. Then using CSS I set this
.ytp-large-play-button-bg {
background:url("bigplay.png");
}
This was supposed to change the play button with the image stored locally named bigplay.png
But it remained the the same play button. Can someone say what am I doing wrong here?