diff --git a/index.css b/index.css index e3b25ba..ce10bee 100644 --- a/index.css +++ b/index.css @@ -169,7 +169,7 @@ p { } h2 { - color: #1f2937; + color: orangered; font-size: 2.5rem; text-align: center; margin-bottom: 40px; @@ -283,7 +283,7 @@ iframe { .about h2, .contact h2 { text-align: center; - color: #1f2937; + color: black; font-size: 2.5rem; margin-bottom: 20px; } diff --git a/index.html b/index.html index 18e0454..afe2d3e 100644 --- a/index.html +++ b/index.html @@ -332,10 +332,6 @@

Frequently Asked Questions

- - - -

We Value Your Feedback!

diff --git a/styles.css b/styles.css index 1c5c6c3..1932851 100644 --- a/styles.css +++ b/styles.css @@ -22,7 +22,20 @@ body { h2 { margin-bottom: 20px; font-size: 2rem; - color: #333; + color: orangered; + } + + h2:hover{ + color: blue; + } + + h4{ + color: gold; + } + + h4:hover{ + color: yellow; + } .reviews-slider { @@ -140,7 +153,7 @@ p { h1, h2 { - color: #1f2937; + font-size: 2.5rem; } @@ -457,7 +470,7 @@ p { } h2 { - color: #1f2937; + color: orangered; font-size: 2.5rem; text-align: center; margin-bottom: 40px; @@ -685,10 +698,12 @@ body.dark-mode .ticket-card button:hover { } h2 { - color: #1f2937; + color: orangered; font-size: 2.5rem; text-align: center; margin-bottom: 40px; + font-size: 2.5em; + } .btn { @@ -903,11 +918,6 @@ body.dark-mode .ticket-card button:hover { -h2 { - font-size: 2.5em; - margin-bottom: 0.5em; -} - p { font-size: 1.2em; } diff --git a/styles_N1.css b/styles_N1.css index 3480e5a..c1b2085 100644 --- a/styles_N1.css +++ b/styles_N1.css @@ -66,7 +66,7 @@ } h1, h2 { - color: #1f2937; + color: orangered; font-size: 2.5rem; }