Clean up snippets
This commit is contained in:
@ -25,7 +25,7 @@ Evenly distributes child elements within a parent element.
|
||||
1. `display: flex` enables flexbox.
|
||||
2. `justify-content: space-between` evenly distributes child elements horizontally. The first item is positioned at the left edge, while the last item is positioned at the right edge.
|
||||
|
||||
Alternatively, use `justify-content: space-around` to distribute the children with space around them, rather than between them.
|
||||
- Alternatively, use `justify-content: space-around` to distribute the children with space around them, rather than between them.
|
||||
|
||||
#### Browser support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user