blob: 18e58f2cefeed47c0612e248ae0e73ed81ec07ca [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.red-box {
background-image: url('large-red-square.png');
position:absolute;
width:100px;
height:100px;
top:0px;
left:0px;
}
</style>
</head>
<body>
<div class="red-box"></div>
</body>
</html>