Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
cae4eb9a97
3 changed files with 18 additions and 8 deletions
12
css/text.css
12
css/text.css
|
@ -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;
|
||||
}
|
||||
|
|
2
faq.html
2
faq.html
|
@ -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>
|
||||
|
|
10
main.html
10
main.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue