Add extractor and builder

Tested and working
This commit is contained in:
Angelos Chalaris
2019-08-22 14:04:18 +03:00
parent 343f8fd4c7
commit a8818b1998
101 changed files with 18465 additions and 9908 deletions

View File

@ -5,8 +5,6 @@ tags: visual, interactivity,intermediate
Changes the appearance of a form if any of its children are focused.
#### HTML
```html
<div class="focus-within">
<form>
@ -16,8 +14,6 @@ Changes the appearance of a form if any of its children are focused.
</div>
```
#### CSS
```css
form {
border: 3px solid #2d98da;
@ -31,8 +27,6 @@ form:focus-within {
}
```
#### Demo
<!-- Leave this blank, the build script will generate the demo for you. -->
#### Explanation