This commit is contained in:
Y-Quynh Nguyen 2022-12-22 14:31:44 +01:00
förälder e7f7c3537b
incheckning 46e087e2e6
3 ändrade filer med 16 tillägg och 23 borttagningar

Visa fil

@ -13,8 +13,11 @@ nav a {
color: rgb(243, 198, 142); color: rgb(243, 198, 142);
text-decoration: none;} text-decoration: none;}
a {color: forestgreen; a {color:hotpink;
text-decoration: none;} text-decoration: none;
font-weight: bold ;
font-size: x-large;
}
footer { footer {
position: absolute; position: absolute;
@ -23,24 +26,18 @@ footer {
color: bisque; color: bisque;
} }
div {
height: 50px;
width: 2000px;
font-weight: bold ;
color:aliceblue;
position: fixed;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -150px;
font-size: 50px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
body{ body{
font-family: AeonikPro-Bold,Arial,sans-serif; font-family: AeonikPro-Bold,Arial,sans-serif;
font-size: .9333333333rem; font-size: .9333333333rem;
letter-spacing: 0; ; letter-spacing: 0; ;
} }
a:hover {font-weight: bold;} a:hover {font-weight: bold;
color:fuchsia;
text-decoration: underline;}
nav a:hover {font-weight: bold;
color:coral}

Visa fil

@ -14,7 +14,6 @@
<a href = "faq.html">Frequently Asked Questions</a> <a href = "faq.html">Frequently Asked Questions</a>
</nav> </nav>
</header> </header>
<!--BONJOUR JE SUIS UN TEST-->
<footer> <footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer> </footer>

Visa fil

@ -1,5 +1,4 @@
<!DOCTYPE HTML> <!DOCTYPE HTML>
<!--TEST-->
<html> <html>
<head> <head>
<link rel="stylesheet" href="css/text.css"> <link rel="stylesheet" href="css/text.css">
@ -20,6 +19,7 @@
<h1>Where To Go ?</h1> <h1>Where To Go ?</h1>
<article> <article>
<a href="islands.html" style="float: left;">Islands</a> <a href="islands.html" style="float: left;">Islands</a>
<img src="photos/islands_map.png"> <img src="photos/islands_map.png">
</article> </article>
<article> <article>
@ -28,8 +28,5 @@
</article> </article>
</section> </section>
</main> </main>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer>
</body> </body>
</html> </html>