Skip to content

Commit 849cc37

Browse files
committed
added question about screen keyword
1 parent 9600395 commit 849cc37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ <h2>11. only</h2>
262262
&lt;style&gt;<br/> @media only screen and (max-width: 1024px) {<br/> margin: 0;<br/> }<br/>&lt;/style&gt;<br/>
263263
</code></pre>
264264
<p><strong>Answer:</strong> Stops older browsers from parsing the remainder of the selector</p>
265+
<p><strong>Question:</strong> Does the screen keyword apply to the device's physical screen or the browser's viewport?</p>
266+
<p><strong>Answer:</strong> Browser's Viewport</p>
265267
</div>
266268
<div id="svg_canvas">
267269
<h2>12. overflow</h2>

0 commit comments

Comments
 (0)