s
This commit is contained in:
parent
64acb8ccfa
commit
83ec606407
2 changed files with 6 additions and 10 deletions
|
@ -7,14 +7,14 @@
|
||||||
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 {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
color: whitesmoke;
|
color: wheat;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
|
@ -37,6 +37,4 @@ body{
|
||||||
letter-spacing: 0; ;
|
letter-spacing: 0; ;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {font-weight: bold;}
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
|
@ -14,15 +14,13 @@
|
||||||
<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>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||||
|
|
Loading…
Reference in a new issue