Hello I need a little help, my CSS combo selectors are not working. For example, in the Github link above, these 3 combos are not working:
.color-title .color-code {
text-align: center;
}
.bebas-neue .raleway {
display: inline-block;
}
#title-raleway#title-bebas {
font-size: 25px;
}
When applied they do not produce a result, and when I remove one of the selectors to make it a non-combo, it works. I’m using Visual Studio Code and I also get the same result in the Codecademy work space. Am I doing something wrong?