diff options
Diffstat (limited to 'explore.html')
-rw-r--r-- | explore.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/explore.html b/explore.html index dbe45ec..3344a06 100644 --- a/explore.html +++ b/explore.html @@ -1,10 +1,16 @@ <!DOCTYPE html> <title>Explore the Torus</title> <style> - body { text-align: center; } + body { + background-color: black; + text-align: center; + } table { margin: auto; } button { font-size: 250%; } - img { image-rendering: pixelated; } + img { + max-width: 100%; + image-rendering: pixelated; + } </style> <img id="tile" src="tile.png"> <table> |