Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html {
height: 100%;
width: 100%;
}
body {
margin: 0px;
padding: 0px;
}
div {
width: 20px;
height: 100vh;
position: absolute;
top: 0px;
background-color: darksalmon;
}
</style>
</head>
<body>
<div></div>
</body>
</html>