From ae51fa792fc1a6b1d25e23c371603ef4ed1a775d Mon Sep 17 00:00:00 2001 From: annmaryvinod Date: Sat, 8 Oct 2022 20:37:39 +0530 Subject: [PATCH] added a stylesheet and changed the background color --- index.html | 2 ++ main.css | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 main.css diff --git a/index.html b/index.html index 14e41c3..ab4b8e2 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,10 @@ Document Object Model:30 Days Of JavaScript + + diff --git a/main.css b/main.css new file mode 100644 index 0000000..da8491f --- /dev/null +++ b/main.css @@ -0,0 +1,9 @@ + +body{ + background-color: black; + +} +div.wrapper h1{ + color : #ffff; + +}