Add 88x31 to readme and remove margin

This commit is contained in:
pfych 2024-08-24 13:30:33 +10:00
parent e0dd99472e
commit 83395dd4a3
2 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ Small micro-projects that fit into a single HTML file. Used to experiment and me
- [Animated background grid](./src/tiling.html) - [Animated background grid](./src/tiling.html)
- [Swipeable scrolling](./src/scrolling.html) - [Swipeable scrolling](./src/scrolling.html)
- [88x31](./src/88x31.html)

View File

@ -1,5 +1,5 @@
<html> <html>
<body> <body style="margin: 0">
<canvas <canvas
id="canvas" id="canvas"
width="88" width="88"