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 9600395 commit 849cc37Copy full SHA for 849cc37
css.html
@@ -262,6 +262,8 @@ <h2>11. only</h2>
262
<style><br/> @media only screen and (max-width: 1024px) {<br/> margin: 0;<br/> }<br/></style><br/>
263
</code></pre>
264
<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>
267
</div>
268
<div id="svg_canvas">
269
<h2>12. overflow</h2>
0 commit comments