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,intermediate
The :fullscreen CSS pseudo-class represents an element that's displayed when the browser is in fullscreen mode.
#### HTML
```html
<div class="container">
<p><em>Click the button below to enter the element into fullscreen mode. </em></p>
@ -18,8 +16,6 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the
</div>
```
#### CSS
```css
.container {
margin: 40px auto;
@ -50,8 +46,6 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the
}
```
#### Demo
#### Explanation
1. `fullscreen` CSS pseudo-class selector is used to select and style an element that is being displayed in fullscreen mode.