From 1d17d4cdcf7d6e40c0222e1d1c8b8cf868ea3796 Mon Sep 17 00:00:00 2001 From: June McEnroe <june@causal.agency> Date: Sun, 6 Jan 2019 19:50:11 -0500 Subject: Set background and max-width in explore --- explore.html | 10 ++++++++-- 1 file 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> -- cgit 1.4.1