Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,interactive-widget=resizes-visual"
/>
<style>
body {
margin: 0px;
padding: 0px;
}
textarea {
width: 100%;
height: 4vh;
position: fixed;
bottom: 100px;
}
</style>
</head>
<body>
<div style="width: 100vw; height: 200vh; background: blue"></div>
</body>
</html>