I just happened to insert a space between the a
tag name and the colon in my CSS file and this changed the output.
What is the difference between the following two CSS selectors:
a:hover {
...
}
and
a :hover {
...
}