Add extractor and builder
Tested and working
This commit is contained in:
@ -5,8 +5,6 @@ tags: layout,intermediate
|
||||
|
||||
Evenly distributes child elements within a parent element.
|
||||
|
||||
#### HTML
|
||||
|
||||
```html
|
||||
<div class="evenly-distributed-children">
|
||||
<p>Item1</p>
|
||||
@ -15,8 +13,6 @@ Evenly distributes child elements within a parent element.
|
||||
</div>
|
||||
```
|
||||
|
||||
#### CSS
|
||||
|
||||
```css
|
||||
.evenly-distributed-children {
|
||||
display: flex;
|
||||
@ -24,8 +20,6 @@ Evenly distributes child elements within a parent element.
|
||||
}
|
||||
```
|
||||
|
||||
#### Demo
|
||||
|
||||
#### Explanation
|
||||
|
||||
1. `display: flex` enables flexbox.
|
||||
|
||||
Reference in New Issue
Block a user