Skip to content

Commit 9919670

Browse files
committed
removed need more
1 parent b6c0f1d commit 9919670

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

css.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@
9696
overflow: auto;
9797
}
9898
.imageContainer{
99-
height: 155px;
99+
height: 165px;
100100
border: 2px solid gray;
101+
overflow-y:scroll;
101102
}
102103
.imageHolder{
103104
float: left;
@@ -556,7 +557,7 @@ <h3>download resources</h3>
556557
</code></pre>
557558
<p><strong>Answer:</strong> No.</p>
558559

559-
ref: <a href="http://davidshariff.com/quiz/">David Shariff: quiz</a>
560+
ref: <a href="http://davidshariff.com/quiz/">David Shariff: quiz</a>, <a href="http://css-tricks.com/interview-questions-css/">very good: css tricks</a>
560561
</div>
561562

562563

@@ -569,15 +570,10 @@ <h2>Deleted Scenses</h2>
569570
<li>Why reset css is useful? or how normalize.css works?</li>
570571
<li>How do you test cross-browser compatibility of your site?</li>
571572
<li>what is grid layout?</li>
572-
<li>How can you make a site responsive?</li>
573-
<li>vertical align center</li>
573+
<li>How can you make a site responsive?</li>
574574
<li>z-index, ask something about it</li>
575575
<li>What do you know about text shadows, box shadows?</li>
576576
</ul>
577-
<h2>Need More</h2>
578-
<ul>
579-
<li><a href="http://css-tricks.com/interview-questions-css/">very good: css tricks</a></li>
580-
</ul>
581577
</div>
582578

583579
<!-- div>h2+p+pre>code -->

0 commit comments

Comments
 (0)