From 3dbe02331e6c8f3c67480061a795e883bbfff3b0 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 21:29:06 +0100 Subject: [PATCH] Remove Test Colors --- css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/style.css b/css/style.css index 3aac2c3..9ead85d 100644 --- a/css/style.css +++ b/css/style.css @@ -93,7 +93,6 @@ body { padding: 0px; width: 200px; height: 200px; - background-color: greenyellow; } .content .multi-image img { @@ -118,8 +117,6 @@ body { .content-single .single-image { grid-column: 1 / 4; grid-row: 1 / 3; - - background-color: chartreuse; } .content-single .single-image img {