File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments