This commit is contained in:
Georgia Koutsodima 2022-12-22 14:35:36 +01:00
commit 3a94ddff28
8 changed files with 21 additions and 35 deletions

View file

@ -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}

View file

@ -12,7 +12,7 @@
<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</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>

View file

@ -12,7 +12,7 @@
<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</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>

View file

@ -13,7 +13,7 @@
<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</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>

View file

@ -9,7 +9,7 @@
<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</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>

View file

@ -14,13 +14,6 @@
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
</header>
<!--<main>
<section>
<article>
<div>Visit Greece</div>
</article>
</section>
</main>-->
<footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer>

View file

@ -9,7 +9,7 @@
<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</a>
<a href = "history_mythology.html">History and Mythology</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>

View file

@ -1,5 +1,4 @@
<!DOCTYPE HTML>
<!--TEST-->
<html>
<head>
<link rel="stylesheet" href="css/text.css">
@ -11,7 +10,6 @@
<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>
<a href = "history_mythology.html">History</a>
<a href = "food_lifestyle.html">Food and Lifestyle</a>
<a href = "faq.html">Frequently Asked Questions</a>
</nav>
@ -21,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>
@ -28,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>