Lubinik Learning

Training mode

CSS Fundamentals

Time remaining:

0 / 20 answered

  1. 1. What is CSS primarily used for?

    What is CSS primarily used for?
    Hint

    Choose the definition or behavior that best matches the web standard.

  2. 2. What are the main parts of a basic CSS rule?

    What are the main parts of a basic CSS rule?
    Hint

    Choose the definition or behavior that best matches the web standard.

  3. 3. Which selector targets elements with the class card?

    Which selector targets elements with the class card?
    Hint

    Choose the definition or behavior that best matches the web standard.

  4. 4. Which selector targets the element whose id is header?

    Which selector targets the element whose id is header?
    Hint

    Choose the definition or behavior that best matches the web standard.

  5. 5. What does .card a select?

    What does .card a select?
    Hint

    Choose the definition or behavior that best matches the web standard.

  6. 6. What does the CSS cascade decide?

    What does the CSS cascade decide?
    Hint

    Choose the definition or behavior that best matches the web standard.

  7. 7. What does selector specificity influence?

    What does selector specificity influence?
    Hint

    Choose the definition or behavior that best matches the web standard.

  8. 8. What is CSS inheritance?

    What is CSS inheritance?
    Hint

    Choose the definition or behavior that best matches the web standard.

  9. 9. Which layers form the standard CSS box model?

    Which layers form the standard CSS box model?
    Hint

    Choose the definition or behavior that best matches the web standard.

  10. 10. What does box-sizing: border-box change?

    What does box-sizing: border-box change?
    Hint

    Choose the definition or behavior that best matches the web standard.

  11. 11. How does a block-level box normally behave?

    How does a block-level box normally behave?
    Hint

    Choose the definition or behavior that best matches the web standard.

  12. 12. What does display: none do?

    What does display: none do?
    Hint

    Choose the definition or behavior that best matches the web standard.

  13. 13. What type of layout is Flexbox primarily designed for?

    What type of layout is Flexbox primarily designed for?
    Hint

    Choose the definition or behavior that best matches the web standard.

  14. 14. What type of layout is CSS Grid particularly suited for?

    What type of layout is CSS Grid particularly suited for?
    Hint

    Choose the definition or behavior that best matches the web standard.

  15. 15. What does the gap property control in Grid and Flexbox?

    What does the gap property control in Grid and Flexbox?
    Hint

    Choose the definition or behavior that best matches the web standard.

  16. 16. What is a media query used for?

    What is a media query used for?
    Hint

    Choose the definition or behavior that best matches the web standard.

  17. 17. What is the rem unit relative to?

    What is the rem unit relative to?
    Hint

    Choose the definition or behavior that best matches the web standard.

  18. 18. A percentage width is normally calculated relative to what?

    A percentage width is normally calculated relative to what?
    Hint

    Choose the definition or behavior that best matches the web standard.

  19. 19. How is a CSS custom property commonly declared?

    How is a CSS custom property commonly declared?
    Hint

    Choose the definition or behavior that best matches the web standard.

  20. 20. Why should interactive elements have a clear focus style?

    Why should interactive elements have a clear focus style?
    Hint

    Choose the definition or behavior that best matches the web standard.