This commit is contained in:
Y-Quynh Nguyen 2022-12-12 10:49:24 +01:00
commit 3d69114b3a
4 changed files with 5 additions and 8 deletions

View file

@ -2,6 +2,4 @@ body{
background-image: url(../photos/athens2.jpg);
background-repeat: no-repeat;
background-size:100% 100vh;
width: 1900px;
height: 300px;
}

View file

@ -9,10 +9,12 @@
background-color:rgb(245, 228, 208);
}
nav a { color: rgb(243, 198, 142);
nav a {
color: rgb(243, 198, 142);
text-decoration: none;}
a {}
a {color: forestgreen;
text-decoration: none;}
footer {
position: absolute;
@ -41,4 +43,4 @@ body{
letter-spacing: 0; ;
}
nav a:hover {font-weight: bold;}
a:hover {font-weight: bold;}

View file

@ -21,7 +21,6 @@
</article>
</section>
</main>-->
<hr>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</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>