Update fullscreen.md

This commit is contained in:
Angelos Chalaris
2019-08-30 08:59:58 +03:00
committed by GitHub
parent 0dfcc8e64f
commit 8828add5fd

View File

@ -27,6 +27,7 @@ The :fullscreen CSS pseudo-class represents an element that's displayed when the
height: 300px; height: 300px;
width: 100%; width: 100%;
background-color: skyblue; background-color: skyblue;
box-sizing: border-box;
} }
.element p { .element p {