From 2c89c83f552991e5c67d06cedc7ed6edf96b6d6f Mon Sep 17 00:00:00 2001 From: nikta Date: Sun, 12 Jan 2025 23:31:52 +0330 Subject: [PATCH] Added changes.css and linked it to index.html --- css/changes.css | 9 +++++++++ index.html | 1 + 2 files changed, 10 insertions(+) create mode 100644 css/changes.css diff --git a/css/changes.css b/css/changes.css new file mode 100644 index 0000000..6230635 --- /dev/null +++ b/css/changes.css @@ -0,0 +1,9 @@ +body { + background-color: #f0f0f0 !important; + color: #333 !important; +} + +h1 { + color: #007bff !important; +} + diff --git a/index.html b/index.html index b82ab67..275888f 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ +