From 7013e3fa36104738e6e98fee0aa408bde0781993 Mon Sep 17 00:00:00 2001 From: Bishoy Abd El-Masseh Date: Sun, 2 Nov 2025 14:17:44 +0200 Subject: [PATCH] feature:red background --- style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..dfc0458 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body{ + background-color: red; +} \ No newline at end of file