File size: 493 Bytes
23388e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<style>
body {
margin: 0; /* Reset default margin */
}
iframe {
display: block; /* iframes are inline by default */
background: #000;
border: none; /* Reset default border */
height: 100vh; /* Viewport-relative units */
width: 100vw;
}
</style>
<iframe frameborder="0" scrolling="yes" width="100%" height="100%" src="https://vavoo.to/" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
|