Multiple Choice Quiz | jQuery
Are CSS property names case-sensitive?
Ex: baCkgRouNd: #333;
Does setting margin-top: and margin-bottom: have an affect on an inline element?
The translate() function can move the position of an element on the z-axis.
The pseudo class :checked will select inputs with type radio or checkbox, but not option elements.
Does setting padding-top: and padding-bottom: on an inline element add to its dimensions?
If you have a p element with font-size: 10rem;, will the text be responsive when the user resizes / drags the browser window?
In a HTML document, the pseudo class :root always refers to the html element.
The formula context/target = result is useful when building responsive layouts.
Get Source Code