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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,8 @@ <h3>List of Questions</h3>
221
221
<liclass="skipListItem blueish"><ahref="#rapidFire">Does padding-top or padding-bottom has effect on inline element?</a></li>
222
222
<liclass="skipListItem blueish"><ahref="#rapidFire">Does padding-left or padding-right or margin-left or margin-right has effect on inline element?</a></li>
223
223
<liclass="skipListItem blueish"><ahref="#rapidFire">If you have a <p> element with font-size: 10rem, will the text be responsive when the user resizes / drags the browser window?</a></li>
224
-
<liclass="skipListItem blueish"><ahref="#rapidFire">The pseudo class :checked will select inputs with type radio or checkbox, but not <option> elements.</a></li>
225
-
<liclass="skipListItem blueish"><ahref="#rapidFire">In a HTML document, the pseudo class :root always refers to the <html> element.</a></li>
224
+
<liclass="skipListItem blueish"><ahref="#rapidFire">The pseudo class :checked will select inputs with type radio or checkbox, but not <option> elements.</a></li>
225
+
<liclass="skipListItem blueish"><ahref="#rapidFire">In a HTML document, the pseudo class :root always refers to the <html> element.</a></li>
226
226
<liclass="skipListItem blueish"><ahref="#rapidFire">The translate() function can move the position of an element on the z-axis.</a></li>
227
227
<livalue="4"><ahref="#units">Which one would you prefer among px, em % or pt and why?</a></li>
228
228
<li><ahref="#position">How absolute, relative, fixed and static position differ?</a></li>
0 commit comments