Skip to content

Instantly share code, notes, and snippets.

@petevb
Last active May 13, 2019 09:07
Show Gist options
  • Save petevb/d8419e28aacbf759c820 to your computer and use it in GitHub Desktop.
Save petevb/d8419e28aacbf759c820 to your computer and use it in GitHub Desktop.
[specificity for dummies] #css
/*
specificity for dummies
*/
.itemsTable td p.tallRow {
color: red;
}
.tallRow.tallRow.tallRow {
color: gold;
}
<table class="itemsTable">
<tbody>
<tr>
<td>
<p class="tallRow">omg I'm not red!</p>
</td>
</tr>
</tbody>
</table>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment