DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
CSS
What's the difference between `justify-content: space-between` and `justify-content: space-evenly`?
A
There is no difference
B
space-between puts no space at the container edges (only between items); space-evenly distributes equal space everywhere, including the edges
C
space-between only works with 2 items, space-evenly works with any number
D
space-evenly is not valid CSS
Check Answer