CSS Quiz

Yeah. A lot of people made that same comment - I only knew some of them because I had read HTML5 and CSS3 for the Real World.

~TehYoyo

I got a 23/27. I skipped over a question but I think that’s still pretty good.

I don’t think the question was misleading but I do think the answer was a bit one-sided.

<spoiler warning>Polyfills aren’t solely meant to correct a browser for a feature is should have implemented. If I understand correctly, they’re generally for adding a not-yet-implemented feature into even modern browsers.</end spoiler>

Two wrong. One because I didn’t know the CSS3 module, and the other I thought I had right but whatever.

  1. Which of the following is not a pseudo-class defined in the Basic User Interface Module of CSS3?
    :optional
    :hidden
  1. In order to allow images to scale down (but not scale up) in our responsive designs, we use a very simple rule. What is it?
    img {width: 100%; }
    img {max-width: 100%; }

Took the and scored below average, if i took it again it would be near 100% CSS rocks fun quiz!