blob: 30ab565b63b21c0e93951fb7fa612993338932c1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.box {
height: 100px;
width: 100px;
background-color: blue;
position: fixed;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>