diff --git a/snippets/fullscreen.md b/snippets/fullscreen.md index cc82dbe07..fa7c9f711 100644 --- a/snippets/fullscreen.md +++ b/snippets/fullscreen.md @@ -27,6 +27,7 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the height: 300px; width: 100%; background-color: skyblue; + box-sizing: border-box; } .element p {