CSS Practice
Study all questions and answers at your own pace
What is the difference between inline, block, and inline-block display?
What is the difference between ID selectors and class selectors?
What is CSS specificity and how is it calculated?
What is the difference between padding and margin?
What are CSS pseudo-classes and pseudo-elements?
What is the difference between relative, absolute, and fixed positioning?
What is the CSS float property and its use cases?
What is the difference between em, rem, px, and % units?
What is the CSS z-index property and how does it work?
What is CSS Flexbox and its main properties?
What is CSS Grid and its advantages over Flexbox?
What is the difference between display: none and visibility: hidden?
What are CSS transitions and how do they work?
What is the difference between CSS transitions and animations?
What are CSS keyframe animations?
What is the CSS transform property and its uses?
What is the difference between translate and position changes?
What are CSS media queries and responsive design?
What is the CSS viewport units (vw, vh, vmin, vmax)?
What is the CSS calc() function and its uses?
What are CSS custom properties (CSS variables)?
What is the difference between CSS variables and SCSS variables?
What is the CSS !important declaration and when to use it?
What are CSS preprocessors (SASS, LESS, Stylus)?
What is CSS nesting and its benefits?
What is the difference between CSS Grid and Flexbox?
What are CSS container queries?
What is the CSS object-fit property?
What is the CSS object-position property?
What are CSS blend modes?
What is the CSS filter property?
What is the CSS backdrop-filter property?
What are CSS logical properties (margin-inline-start)?
What is the CSS aspect-ratio property?
What are CSS scroll snap properties?
What is the CSS clamp() function?
What is the CSS min() and max() functions?
What are CSS shape-outside and shape-image-threshold?
What is the CSS content property?
What are CSS counters?
What is the CSS will-change property?
What is the CSS contain property?
What are CSS feature queries (@supports)?
What is the CSS text-overflow property?
What is the CSS line-clamp property?
What are CSS custom cursors?
What is the CSS pointer-events property?
What are CSS scroll-behavior and smooth scrolling?
What is the CSS overscroll-behavior property?
What are CSS color functions (hsl, rgb, rgba)?
What is the CSS color-mix() function?
What are CSS gradients and their types?
What is the CSS mask property?
What are CSS clip-path and its uses?
What is the CSS gap property in Flexbox and Grid?
What are CSS subgrid and its benefits?
What is the CSS place-items property?
What are CSS animation performance best practices?
What is the CSS isolation property?
