Skip to content

Commit 755b6ff

Browse files
authoredJan 2, 2025··
remove body margin (#5)
by default common web browsers give `body` a margin of 8 pixels, which is unwanted here
1 parent 9665457 commit 755b6ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎docs/simple.html

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
image-rendering: pixelated;
1010
image-rendering: -moz-crisp-edges;
1111
}
12+
body {
13+
margin: 0;
14+
}
1215
</style>
1316
</head>
1417
<body>

0 commit comments

Comments
 (0)
Please sign in to comment.