We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf4e12 commit a4ad02eCopy full SHA for a4ad02e
starter/03-CSS-Fundamentals/notes/index.html
@@ -363,6 +363,10 @@ <h2 class="chapter-heading">Ch. 31 CSS Theory #1: Conflicts Between Selectors</h
363
<img class="lecture-slide" src="img/conflicting_selectors_and_declarations.png" />
364
<img class="lecture-slide" src="img/resolving_conflicing_selectors.png" />
365
<section class="chapter-sub-section">
366
+ <p>
367
+ If the hierarchy alone cannot resolve a conflict, then the last read conflicting
368
+ declaration is applied.
369
+ </p>
370
<p>
371
In VSCode, mousing over a CSS selector will show the "Selector
372
Specificity".
0 commit comments