blob: 335c2076ebda248acce27ce7ad69545a087a78f2 [file] [log] [blame]
<html>
<head>
<style>
body {
margin: 0;
}
div {
position: absolute;
top: 0;
left: 0;
border: 0.5px black solid;
width: 99px;
height: 99px;
background-color: yellow;
}
</style>
</head>
<body>
<div />
</body>
</html>