306a5b48a1
Resolve #31
10 lines
112 B
CSS
10 lines
112 B
CSS
body{
|
|
margin: 0;
|
|
}
|
|
iframe {
|
|
display: block;
|
|
background: #000;
|
|
border: none;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
} |