This commit is contained in:
Raphael Rees 2022-12-12 09:59:04 +01:00
parent 055d0f4030
commit 64acb8ccfa
2 changed files with 10 additions and 7 deletions

View file

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

View file

@ -2,7 +2,6 @@
<html>
<head>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/text.css">
</head>
<body>
@ -15,13 +14,15 @@
<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>