Skip to content

Commit 1dd7e75

Browse files
committed
Ch. 30 - Using Chrome Dev Tools
1 parent 2d253e8 commit 1dd7e75

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

starter/03-CSS-Fundamentals/notes.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,31 @@ <h2>Ch. 29 Styling Links</h2>
108108
</ul>
109109
<p>It may be useful to think of the acronym LVHA.</p>
110110
</article>
111+
112+
<article>
113+
<h2>Ch. 30 Using Chrome Dev Tools</h2>
114+
<p>
115+
Features within the Chrome Browser (and other browsers) that provide
116+
additional tools to help developers.
117+
</p>
118+
119+
<p>
120+
Whilst inspecting an element, all of the CSS rules that were applied
121+
to it are shown.
122+
</p>
123+
124+
<p>Each CSS rule provides their source.</p>
125+
126+
<p>
127+
The "User Agent Stylesheet" source is the default CSS for that element
128+
selector.
129+
</p>
130+
131+
<p>
132+
The state of a link element can be 'forced' by ticking the
133+
corresponding pseudo-class.
134+
</p>
135+
</article>
111136
</article>
112137
</body>
113138
</html>

0 commit comments

Comments
 (0)