<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://fireflix.pages.dev" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe> | |