blob: c8fd42c5c02f42f0e003a03206427f72abe4f13a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color:blue;
}
#box {
width:100px;
height:100px;
border:1px solid;
}
</style>
</head>
<body>
<canvas id="box" width="100" height="100">
</canvas>
</body>
</html>