next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
Question Loading...
Grid
1. What is CSS Grid, and why is it used?
Level: Expert | Frequency: High
2. How do you create a grid container in CSS?
Level: Expert | Frequency: High
3. What is the difference between display: grid and display: inline-grid?
Level: Expert | Frequency: High
4. What are grid tracks, grid lines, and grid cells?
Level: Expert | Frequency: High
5. What are grid rows and grid columns and how do you define them?
Level: Expert | Frequency: High
6. What does the grid-template-columns property do?
Level: Expert | Frequency: High
7. What does the grid-template-rows property do?
Level: Expert | Frequency: High
8. What is the purpose of the gap (or grid-gap) property?
Level: Expert | Frequency: High
9. How is Grid different from Flexbox?
Level: Expert | Frequency: High
10. How do you create equal-width columns using Grid?
Level: Expert | Frequency: High
11. What does the repeat() function do in Grid?
Level: Expert | Frequency: High
12. What is the use of fr units in Grid?
Level: Expert | Frequency: High
13. How do you span an item across multiple columns or rows?
Level: Expert | Frequency: High
14. What is the purpose of the grid-column and grid-row properties?
Level: Expert | Frequency: High
15. What does grid-template-areas do?
Level: Expert | Frequency: High
16. What’s the difference between justify-content and align-content in Grid?
Level: Expert | Frequency: High
17. How can you position items using grid line numbers?
Level: Expert | Frequency: High
18. When should you use Grid vs Flexbox? Can you combine Grid and Flexbox in the same layout?
Level: Expert | Frequency: High
19. How is Grid different from using floats or positioning? How does Grid handle overlapping elements?
Level: Expert | Frequency: High
20. What is the difference between align-content in Grid and in Flexbox?
Level: Expert | Frequency: High
21. How can you reorder elements visually using Grid without changing HTML structure?
Level: Expert | Frequency: High
All Topics
Basics
Selectors
Box model
Text formatters
Postioning
Display
Pseudo classes
Pseudo elements
Flexbox
Grid
Display
Combinators
Overflow
Breakpoint
Transformation and Transition
Frameworks
Everything else