0

Completed

0%

Progress

0

Starred

01

What is CSS and why is it important for web development?

beginner#CSS Basics
02

What are the different types of CSS selectors? Explain element, class, ID, and universal selectors with examples.

beginner#CSS Syntax & Selectors
03

What are element, class, and ID selectors? When should you use each?

beginner#CSS Selectors
04

What is the universal selector (`*`) and when should you use it?

beginner#CSS Selectors
05

What are the different ways to define colors in CSS? Compare hex, RGB, HSL, and named colors.

beginner#CSS Colors & Units
06

What is the difference between px, em, and rem units in CSS? When should you use each?

beginner#CSS Units
07

What are the key font properties in CSS? Explain font-family, font-size, font-weight, and font-style.

beginner#CSS Typography
08

What are the key text properties in CSS? Explain text-align, text-decoration, text-transform, and line-height.

beginner#CSS Typography
09

What is the difference between margin and padding? When would you use each?

beginner#CSS Box Model
10

Explain the CSS box model. How do width, height, padding, border, and margin interact?

beginner#CSS Box Model
11

How do you add and style backgrounds in CSS? Explain background-color, background-image, background-size, and background-position.

beginner#CSS Backgrounds
12

What are the different ways to style borders in CSS? Explain border-width, border-style, border-color, border-radius, and the border shorthand.

beginner#CSS Borders
13

What is the display property in CSS? Explain the differences between block, inline, and inline-block.

beginner#CSS Display
14

What is the difference between display: none and visibility: hidden? Also explain the overflow property.

beginner#CSS Display & Overflow
15

What are the different position values in CSS (static, relative, absolute, fixed, sticky)? Explain with examples.

beginner#CSS Positioning
16

What is Flexbox? Explain the key properties: display: flex, flex-direction, justify-content, align-items, and gap.

beginner#CSS Flexbox
17

How does flex-wrap work? Explain the flex property (grow, shrink, basis) with examples.

beginner#CSS Flexbox
18

What is responsive web design (RWD) and why are media queries important? Give examples of common breakpoints.

beginner#CSS Responsive Design
19

How do you use media queries for responsive typography and layout? Explain the concept of mobile-first vs desktop-first.

beginner#CSS Media Queries
20

What is the difference between width, max-width, min-width, and similar for height? How do they affect responsive design?

beginner#CSS Width & Height