From 82f6f6121978a0937b347e108bd4f19531b98555 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 12 Jan 2019 13:08:40 +0200 Subject: [PATCH] Fix issues with fullscreen snippet --- fullscreen.md => snippets/fullscreen.md | 50 ++----------------------- 1 file changed, 4 insertions(+), 46 deletions(-) rename fullscreen.md => snippets/fullscreen.md (51%) diff --git a/fullscreen.md b/snippets/fullscreen.md similarity index 51% rename from fullscreen.md rename to snippets/fullscreen.md index 91c7658d6..8a6a6858f 100644 --- a/fullscreen.md +++ b/snippets/fullscreen.md @@ -8,10 +8,10 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the

Click the button below to enter the element into fullscreen mode.

-

I'm in fullscreen mode!

+

I change color in fullscreen mode!


- +
``` @@ -49,51 +49,9 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the #### Demo -
-
-
-

Click the button below to enter the element into fullscreen mode.

-
-

I'm in fullscreen mode!

-
- -
-
-
- - - #### Explanation -1. `fullscreen` CSS pseudo-class selector is used to select and style an element that is being displayed in full-screen mode. +1. `fullscreen` CSS pseudo-class selector is used to select and style an element that is being displayed in fullscreen mode. #### Browser support @@ -102,4 +60,4 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the * https://developer.mozilla.org/en-US/docs/Web/CSS/:fullscreen * https://caniuse.com/#feat=fullscreen - +