From: Dylan Lloyd Date: Sat, 11 Feb 2023 00:19:59 +0000 (-0500) Subject: add background image X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=e20d65fe799169c907db8205dd81067121777e9c;p=minimax.git add background image --- diff --git a/style.css b/style.css index a7860d4..68c3ac1 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,6 @@ body { margin: 40px 20px; + background-image: url('assets/noisy.png'); } #board {