🔹 Basics
- What is CSS and why is it used?
- What is the latest version of CSS?
- What are the different types of CSS?
- How do you include CSS in HTML?
- What is CSS syntax?
- What are selectors in CSS?
- What is a class selector?
- What is an ID selector?
- Difference between class and ID?
- What is the universal selector?
🔹 Box Model & Layout
- What is the CSS box model?
- What are margin and padding?
- Difference between margin and padding?
- What is border in CSS?
- What is outline?
- What is box-sizing?
- Difference between content-box and border-box?
- What is display property?
- Difference between block and inline elements?
- What is inline-block?
🔹 Styling
- How do you add colors in CSS?
- What are different color formats (HEX, RGB, HSL)?
- What is background property?
- What are font properties?
- How to align text in CSS?
- What is text-decoration?
- What is line-height?
- What is letter-spacing?
- What are web-safe fonts?
- How to import fonts?
🔹 Positioning
- What is position property?
- Difference between relative and absolute?
- What is fixed positioning?
- What is sticky positioning?
- What is z-index?
- What is overflow?
- What is float?
- What is clear property?
- How to center a div?
- How to center text vertically?
🔹 Selectors & States
- What are pseudo-classes?
- What are pseudo-elements?
- What is :hover?
- What is :nth-child()?
- What are combinators?
- What is descendant selector?
- What is child selector?
- What is attribute selector?
- What is specificity?
- What is !important?
🔹 Misc
- What is CSS inheritance?
- What properties are inherited?
- What is comment syntax in CSS?
- Is CSS case-sensitive?
- What is responsive design?
- What are media queries?
- What is viewport?
- What is rem vs em?
- What is opacity?
- What is visibility property?