From 0905df52498655a51769d706051fc9174bd0396c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20J=C3=B6nsson?= Date: Tue, 22 Apr 2025 14:13:01 +0200 Subject: [PATCH] not sure of change, perhaps just blankspaces, but wanted to save before starting --- index.html | 2 +- style.css | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 714d393..da8b038 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@

Score:0

+
@@ -212,7 +213,6 @@
-
\ No newline at end of file diff --git a/style.css b/style.css index e69de29..758563f 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,13 @@ +.grid { + width: 200px; + height: 400px; + display: flex; + flex-wrap: wrap; + background-color: yellow; +} + +.grid div { + height: 20px; + width: 20px; + background-color: red; +} \ No newline at end of file