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-size: x-large;
|
||||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||||
background-color:bisque
|
background-color:bisque
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
text-align: justify;
|
||||||
|
color: whitesmoke;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
@ -31,4 +37,6 @@ body{
|
||||||
letter-spacing: 0; ;
|
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 = "food_lifestyle.html">Food and Lifestyle</a>
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<h4>How do I get to Greece ?</h4>
|
<h4>How do I get to Greece ?</h4>
|
||||||
|
|
|
||||||
12
main.html
12
main.html
|
|
@ -1,13 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="css/text.css">
|
<link rel="stylesheet" href="css/text.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="B">
|
<nav class ="B">
|
||||||
<a href = "main.html">Main Page</a>
|
<a href = "main.html">Main Page</a>
|
||||||
<a href = "where_to_go.html">Where To Go</a>
|
<a href = "where_to_go.html">Where To Go</a>
|
||||||
<a href = "history_mythology.html">History and Mythology</a>
|
<a href = "history_mythology.html">History and Mythology</a>
|
||||||
|
|
@ -15,13 +14,16 @@
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<!--<main>
|
<main>
|
||||||
|
<!--
|
||||||
<section>
|
<section>
|
||||||
<article>
|
<article>
|
||||||
<div>Visit Greece</div>
|
<div>Visit Greece</div>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</main>-->
|
-->
|
||||||
|
</main>
|
||||||
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue