You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css.html
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -202,26 +202,26 @@ <h2>7. specificity </h2>
202
202
</div>
203
203
204
204
<divid="mark">
205
-
<h2>5. box model</h2>
205
+
<h2>8. box model</h2>
206
206
<p><strong>Question:</strong> What is css box model?</p>
207
207
<p><strong>Answer:</strong> everything in a web page is a box where you can control size, position, background, etc. Each box/content area is optionally surrounded by padding, border and margin.</p>
<p><strong>Question:</strong> What is shadow DOM?</p>
213
213
<p><strong>Answer:</strong> encapsulate part of a DOM. hide subtree. you can have same ID in different shadow DOM. Polymers uses it. This way your DOM becomes reusable and u dont have to do iframe. if interviewer is not happy with your answer give him the links and tell him to spend a weekend on reading.</p>
<p><strong>Question:</strong> What do u know about tranisition 3D?</p>
219
219
<p><strong>Answer:</strong> .</p>
220
220
221
221
<p>ref: <ahref="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">css transition</a><ahref="http://www.html5rocks.com/en/tutorials/3d/css/">transition and 3D</a></p>
222
222
</div>
223
223
<divid="mtuli_lang">
224
-
<h2>13. pre processor</h2>
224
+
<h2>11. pre processor</h2>
225
225
<p><strong>Question:</strong> What are the reasons to use preprocessor?</p>
226
226
<p><strong>Answer:</strong> .</p>
227
227
@@ -237,7 +237,7 @@ <h2>12. overflow</h2>
237
237
<p>ref: <ahref="http://css-tricks.com/the-css-overflow-property/">overflow</a> (read the link and add something from it)</p>
238
238
</div>
239
239
<divid="div_section_article">
240
-
<h2>11. only</h2>
240
+
<h2>13. only screen</h2>
241
241
<p><strong>Question:</strong> What is the use of only?</p>
242
242
<pre><code>
243
243
<style><br/> @media only screen and (max-width: 1024px) {<br/> margin: 0;<br/> }<br/></style><br/>
0 commit comments