hello
This commit is contained in:
parent
e7f7c3537b
commit
46e087e2e6
3 changed files with 16 additions and 23 deletions
31
css/text.css
31
css/text.css
|
@ -13,8 +13,11 @@ nav a {
|
|||
color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {color: forestgreen;
|
||||
text-decoration: none;}
|
||||
a {color:hotpink;
|
||||
text-decoration: none;
|
||||
font-weight: bold ;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
|
@ -23,24 +26,18 @@ footer {
|
|||
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{
|
||||
font-family: AeonikPro-Bold,Arial,sans-serif;
|
||||
font-size: .9333333333rem;
|
||||
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}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<!--BONJOUR JE SUIS UN TEST-->
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--TEST-->
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/text.css">
|
||||
|
@ -20,6 +19,7 @@
|
|||
<h1>Where To Go ?</h1>
|
||||
<article>
|
||||
<a href="islands.html" style="float: left;">Islands</a>
|
||||
|
||||
<img src="photos/islands_map.png">
|
||||
</article>
|
||||
<article>
|
||||
|
@ -27,9 +27,6 @@
|
|||
<img src="photos/map_greece.png">
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue