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);
text-decoration: none;}
a {color: black;
a {color: forestgreen;
text-decoration: none;}
footer {

View file

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