From db06ec45045814a55c0c97e7b9a1cc725cdbb6a7 Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Mon, 5 Aug 2024 17:59:04 +0200 Subject: [PATCH] Added stylesheet --- index.html | 5 +++-- style/main.css | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 style/main.css diff --git a/index.html b/index.html index 80d0fc9..77d6eaf 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,11 @@ Toddler Shop + - +
@@ -18,7 +19,7 @@ -
+
diff --git a/style/main.css b/style/main.css new file mode 100644 index 0000000..8f7a289 --- /dev/null +++ b/style/main.css @@ -0,0 +1,3 @@ +div.card{ + background-color: #afda8e; +} \ No newline at end of file