CSS Advanced Test

Challenge your knowledge of Grid, Flexbox, custom properties, responsive design and motion preferences.

6 questions. Choose the best answer for each question, then review every explanation.

Question 1 of 6

1 of 6
Question 1What does this Grid declaration create?
grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
Question 2What does flex: 1 1 0% allow an item to do?
Question 3How is a custom property referenced?
--accent: #f59e0b;
Question 4Which media feature detects a user preference for less animation?
Question 5What does aspect-ratio: 16 / 9 provide?
Question 6What does clamp(1rem, 2vw, 2rem) return?