Quiz App

Your favourite Questions

  • What does css stand for?

    Cascading Style Sheets

    • definition
    • Fundamentals
  • What is Mobile First design?

    A design approach where you start styling for mobile devices first, then use media queries to enhance the layout for larger screens.

    • responsive
    • design
  • What is a media query in css?

    A CSS technique to apply different styles based on device characteristics like screen width, allowing responsive design.

    • definition
    • Fundamentals
  • What does BEM stand for in CSS?

    Block Element Modifier - a naming convention for CSS classes (e.g., card__title, card--active)

    • definition
    • Fundamentals