From 76a433bee481399ff831106a02ff0e8579deba84 Mon Sep 17 00:00:00 2001 From: chithiramenon <60282276+chithiramenon@users.noreply.github.com> Date: Fri, 11 Jun 2021 20:50:09 +0530 Subject: [PATCH 1/2] h1_color --- CSS Basic/CSS/chapter2/myStyle2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS Basic/CSS/chapter2/myStyle2.css b/CSS Basic/CSS/chapter2/myStyle2.css index e834316..4bff0bc 100644 --- a/CSS Basic/CSS/chapter2/myStyle2.css +++ b/CSS Basic/CSS/chapter2/myStyle2.css @@ -2,7 +2,7 @@ background-color: #FFFFFF; } h1{ - color: orange; + color: #fffb00de; text-align:center; } p,h2{ From 4facc7e7d24ea384e57c5fe0d4acc3b14fe49d54 Mon Sep 17 00:00:00 2001 From: chithiramenon <60282276+chithiramenon@users.noreply.github.com> Date: Mon, 14 Jun 2021 18:07:44 +0530 Subject: [PATCH 2/2] blue --- CSS Basic/CSS/chapter1/chapter1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS Basic/CSS/chapter1/chapter1.html b/CSS Basic/CSS/chapter1/chapter1.html index a50c0b3..47dffdb 100644 --- a/CSS Basic/CSS/chapter1/chapter1.html +++ b/CSS Basic/CSS/chapter1/chapter1.html @@ -13,7 +13,7 @@ background-color: #d0e4fe; } h1{ - color: orange; + color: rgb(0, 255, 255); text-align:center; } p{