Fullscreen snippet issue fixed

This commit is contained in:
Angelos Chalaris
2019-08-30 08:53:13 +03:00
parent c13b38e697
commit b6ce180eb6
3 changed files with 454 additions and 257 deletions

View File

@ -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 {