Self-review: Targeted CSS

Self-review: Targeted CSS

  1. Did you try changing the width of the viewport? Was there a visible change in the dimensions of the output?

    • No, did not change the viewport size.

    • Yes, but no visible changes.

    • Yes, and there were changes.

  2. Which combinator type among the four you have covered was not used in the exercise?

    • Descendant combinator

    • Child combinator

    • General sibling combinator

    • Adjacent sibling combinator

  3. When you change the width of the viewport the height should also change.

    • True

    • False