Compare commits
No commits in common. "cf9439039dca691468cf38547ee3c9cada75951f" and "7b55c056e680e35408f53eb448d6cd0881856a11" have entirely different histories.
cf9439039d
...
7b55c056e6
2 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ nav a {
|
|||
color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {color: forestgreen;
|
||||
a {color: black;
|
||||
text-decoration: none;}
|
||||
|
||||
footer {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Where To Go ?</h1>
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Reference in a new issue