Skip to content

Commit

Permalink
Update fadingTiles.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Dec 26, 2023
1 parent 084ddf4 commit e92aa86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/fadingTiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<title>Dither Fade Tiles</title>

<style>
* {
margin: 0;
padding: 0;
}
* {
margin: 0;
padding: 0;
}

html {
overflow: hidden;
html {
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
user-select: none;
}
}

canvas {
image-rendering: pixelated;
Expand Down

0 comments on commit e92aa86

Please sign in to comment.