Skip to content

Instantly share code, notes, and snippets.

@ArsSirek
Created November 11, 2019 09:12
Show Gist options
  • Save ArsSirek/d0ee7699132047ce0fcbd0043d27a87b to your computer and use it in GitHub Desktop.
Save ArsSirek/d0ee7699132047ce0fcbd0043d27a87b to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
html, body {
height: 100%;
width: 100%;
min-width: 240px;
background: none;
overflow: hidden;
}
.content {
width: 100vh;
height: 100vw;
background: #00a97f;
}
</style>
</head>
<body>
<div class="content"> Iframe body </div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment