diff --git a/fullscreen.md b/fullscreen.md
new file mode 100644
index 000000000..3d6739d9e
--- /dev/null
+++ b/fullscreen.md
@@ -0,0 +1,104 @@
+### Fullscreen
+
+The :fullscreen CSS pseudo-class represents an element that's displayed when the browser is in fullscreen mode.
+
+#### HTML
+
+```html
+
+
Click the button below to enter the element into fullscreen mode.
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.
+
+#### Browser support
+
+92%<
+
+* https://developer.mozilla.org/en-US/docs/Web/CSS/:fullscreen
+
+