Given:
One would expect the second link to have a .small styling. However, this does not seem to be the case. Can anyone explain what I'm not considering?
-Geates
"I hope I can chill and see the change - stop the bleed inside and feel again. Cut the chain of lies you've been feeding my veins; I've got nothing to say to you!"
-Infected Mushroom
"I do not offer answers, only considerations."
- Geates's Disclaimer
Code:
<html>
<style type="text/css">
a {
font-size: 14px;
}
a .small {
font-size: 8px;
}
</style>
<a href="something">Something</a>
<a href="something" class="small">Something</a>
</html>
One would expect the second link to have a .small styling. However, this does not seem to be the case. Can anyone explain what I'm not considering?
-Geates
"I hope I can chill and see the change - stop the bleed inside and feel again. Cut the chain of lies you've been feeding my veins; I've got nothing to say to you!"
-Infected Mushroom
"I do not offer answers, only considerations."
- Geates's Disclaimer