Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta
name="viewport"
content="width=device-width,interactive-widget=resizes-visual"
/>
<style>
body {
margin: 0px;
padding: 0px;
}
#absolute {
position: absolute;
bottom: 0px;
height: 20px;
width: 100vw;
}
input {
height: 100%;
width: 100%;
}
</style>
<div id="absolute">
<input type="text" id="input1" />
</div>