This commit is contained in:
Tizziana Mansy 2022-12-12 10:47:06 +01:00
parent a2eceade03
commit 4557f766bb
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,7 @@ nav a {
color: rgb(243, 198, 142); color: rgb(243, 198, 142);
text-decoration: none;} text-decoration: none;}
a {color: black; a {color: forestgreen;
text-decoration: none;} text-decoration: none;}
footer { footer {

View file

@ -15,7 +15,6 @@
<a href = "faq.html">Frequently Asked Questions</a> <a href = "faq.html">Frequently Asked Questions</a>
</nav> </nav>
</header> </header>
<hr>
<main> <main>
<section> <section>
<h1>Where To Go ?</h1> <h1>Where To Go ?</h1>
@ -29,7 +28,6 @@
</article> </article>
</section> </section>
</main> </main>
<hr>
<footer> <footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer> </footer>