Compare commits

..

No commits in common. "cf9439039dca691468cf38547ee3c9cada75951f" and "7b55c056e680e35408f53eb448d6cd0881856a11" have entirely different histories.

2 changed files with 3 additions and 1 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: forestgreen; a {color: black;
text-decoration: none;} text-decoration: none;}
footer { footer {

View file

@ -15,6 +15,7 @@
<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>
@ -28,6 +29,7 @@
</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>