Skip to content

Commit 351da68

Browse files
committed
updated content of overflow
1 parent 6c0b148 commit 351da68

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,12 @@ <h2>11. pre processor</h2>
264264
</div>
265265
<div id="svg_canvas">
266266
<h2>12. overflow</h2>
267+
<p><strong>Question:</strong> Describe Overflow</p>
268+
<p><strong>Answer:</strong> overflow property deals with the content if content size exceeds the allocated size for the content. You can make extra content visible, hidden, scroll or auto (viewport default behavior).</p>
267269
<p><strong>Question:</strong> Does overflow: hidden create a new block formatting context?</p>
268270
<pre><code>
269271
&lt;style&gt;<br/> div {<br/> overflow: hidden;<br/> }<br/> p {<br/> float: left;<br/> }<br/>&lt;/style&gt;<br/>&lt;div&gt;<br/> &lt;p&gt;I am floated&lt;/p&gt;<br/> &lt;p&gt;So am I&lt;/p&gt;<br/>&lt;/div&gt;<br/>
270-
</code></pre>
272+
</code></pre>
271273
<p><strong>Answer:</strong> yes</p>
272274
<p>ref: <a href="http://css-tricks.com/the-css-overflow-property/">overflow</a> (read the link and add something from it)</p>
273275
</div>
@@ -359,13 +361,13 @@ <h2>temporary list of questions</h2>
359361
<li>text effect in css3</li>
360362
<li>reset css</li>
361363
<li>what is filter? why would u use it?</li>
362-
<li>what is conditional css</li>
363-
<li>what is overflow in css</li>
364+
<li>what is conditional css</li>
364365
<li>@import/li>
365366
<li>sprites</li>
366367
<li>difference display:none and visibility:hidden</li>
367368
<li>:after and :before</li>
368369
<li>pseudo classes</li>
370+
<li>vertical align center</li>
369371
</ul>
370372
<h2>References</h2>
371373
<ul>

0 commit comments

Comments
 (0)