15 lines
234 B
HTML
15 lines
234 B
HTML
<!DOCTYPE html>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
div {
|
|
position: absolute;
|
|
width: 200%;
|
|
height: 200%;
|
|
}
|
|
</style>
|
|
<div></div>
|