This commit is contained in:
Y-Quynh Nguyen 2022-12-12 10:49:24 +01:00
förälder d2b45746a0 cf9439039d
incheckning 3d69114b3a
4 ändrade filer med 5 tillägg och 8 borttagningar

Visa fil

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

Visa fil

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

Visa fil

@ -21,7 +21,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>

Visa fil

@ -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>