Clean up snippets
This commit is contained in:
@ -39,7 +39,7 @@ body {
|
||||
3. `flex-direction: column` set the direction of flex items' order from top to down.
|
||||
4. `flex-grow: 1` the flexbox will apply remaining available space of container to last child element.
|
||||
|
||||
The parent must have a viewport height. `flex-grow: 1` could be applied to the first or second element, which will have all available space.
|
||||
- The parent must have a viewport height. `flex-grow: 1` could be applied to the first or second element, which will have all available space.
|
||||
|
||||
#### Browser support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user