1. What is a drawback of inline styles compared to external stylesheets?
2. What is the function of container queries in CSS?
3. Which method of adding CSS is considered best practice for maintainability?
4. What does the CSS Box Model consist of?
5. Why is it recommended to avoid using !important in CSS?
6. What is the mobile-first approach in responsive design?
7. Which color format provides support for opacity in colors?
8. Which layout method is best suited for two-dimensional grid layouts?
9. Which CSS feature allows toggling between light and dark themes?
10. What is the importance of using semantic class names in CSS?
11. Which modern CSS feature helps in handling specificity conflicts predictably?
12. Which CSS pseudo-class targets the state of a hovered element?
13. Which CSS property is used to define smooth changes between state changes?
14. What does the 'outline-offset' property do in focus styling?
15. Why should the use of '!important' be minimized in CSS?
16. What does the 'clamp()' function in CSS do?
17. Why is it recommended to avoid ID selectors for styling?
18. What is the main advantage of using CSS Grid over Flexbox?
19. Which is a key difference between 'visibility: hidden;' and 'display: none;'?
20. Which media query respects user preference for reduced motion?
21. What happens when two CSS rules have the same specificity?
22. What is the purpose of a focus indicator in CSS?
23. When organizing a stylesheet, why should related properties be grouped logically?
24. How should focus outlines be handled to maintain accessibility?
25. How does the 'box-sizing: border-box;' property affect element width calculation?
26. What are CSS variables commonly prefixed with?
27. What responsive design approach is recommended in these notes?
28. Which selector has the highest specificity?
29. Which CSS property is best suited for creating smooth transitions between state changes?
30. What is the BEM naming convention used for?
31. Which CSS unit is relative and preferred for responsive design?
32. Why is it recommended to avoid deep nesting in CSS preprocessors?
33. In CSS specificity calculation, which selector has the highest specificity?
34. When following the BEM naming convention, what does the modifier part of a class represent?
35. What CSS feature allows for theming and maintainability by storing reusable values?
36. How does the 'display: none;' property affect an element in the layout?
37. Which CSS layout method is most appropriate for creating a two-dimensional grid layout?
38. What CSS property changes font size responsively between min and max values?
39. What advantage do CSS preprocessors like Sass provide?
40. What is the purpose of using @media (prefers-reduced-motion: reduce) in CSS?
41. Which CSS selector targets all <p> elements that do not have the class "special"?
42. What is the main purpose of the cascade in CSS?
43. In BEM naming, what does the double underscore represent?
44. Which CSS rule correctly respects user preferences to reduce animations?
45. What is the primary benefit of using CSS Variables in modern web design?
46. What is the default value of the CSS position property?
47. What does the ':focus' pseudo-class represent?
48. How do container queries enhance responsive web design?
49. Which is a valid use of Flexbox in layouts?
50. Which display property causes elements to take full width and start on a new line?