Add extractor and builder
Tested and working
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user