-
What does css stand for?
Cascading Style Sheets
-
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.
-
What is a media query in css?
A CSS technique to apply different styles based on device characteristics like screen width, allowing responsive design.
-
What does BEM stand for in CSS?
Block Element Modifier - a naming convention for CSS classes (e.g., card__title, card--active)