This commit is contained in:
Y-Quynh Nguyen 2022-12-12 10:01:33 +01:00
commit cae4eb9a97
3 changed files with 18 additions and 8 deletions

View file

@ -7,9 +7,15 @@
font-size: x-large;
font-family: Georgia, 'Times New Roman', Times, serif;
background-color:bisque
}
footer {
position: absolute;
bottom: 0;
text-align: justify;
color: whitesmoke;
font-weight: bold;
}
div {
height: 50px;
@ -31,4 +37,6 @@ body{
letter-spacing: 0; ;
}
nav a:hover {font-weight: bold;}
nav a:hover {
font-weight: bold;
}

View file

@ -15,7 +15,7 @@
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
</header>
<ol>
<li>
<h4>How do I get to Greece ?</h4>

View file

@ -2,12 +2,11 @@
<html>
<head>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/text.css">
</head>
<body>
<header>
<nav class="B">
<nav class ="B">
<a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a>
<a href = "history_mythology.html">History and Mythology</a>
@ -15,13 +14,16 @@
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<!--<main>
<main>
<!--
<section>
<article>
<div>Visit Greece</div>
</article>
</section>
</main>-->
-->
</main>
<hr>
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer>