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{
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{