dfgdf
This commit is contained in:
parent
e016cc7e3b
commit
3394ae8144
2 changed files with 24 additions and 8 deletions
14
main.html
14
main.html
|
@ -9,22 +9,20 @@
|
|||
|
||||
<header>
|
||||
<nav class="B">
|
||||
<h4><a href>Main Page</a></h4>
|
||||
<h4><a href>Where To Go</a></h4>
|
||||
<h4><a href>History</a></h4>
|
||||
<h4><a href>Food and Lifestyle</a></h4>
|
||||
<h4> <a href>Frequently Asked Questions</a></h4>
|
||||
<a href>Main Page</a>
|
||||
<a href>Where To Go</a>
|
||||
<a href>History</a>
|
||||
<a href>Food and Lifestyle</a>
|
||||
<a href>Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr/>
|
||||
<main>
|
||||
<section>
|
||||
<article>
|
||||
<p>Visit Greece</p>
|
||||
<div>Visit Greece</div>
|
||||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr/>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
|
|
18
text.css
18
text.css
|
@ -4,12 +4,30 @@
|
|||
gap: 20px;
|
||||
list-style: none;
|
||||
line-height: 1.55;
|
||||
font-size: x-large;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
background-color:bisque
|
||||
|
||||
}
|
||||
|
||||
|
||||
div {
|
||||
height: 50px;
|
||||
width: 200px;
|
||||
font-weight: bold ;
|
||||
color: aliceblue;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-top: -100px;
|
||||
margin-left: -150px;
|
||||
font: size 2000px;
|
||||
}
|
||||
|
||||
body{
|
||||
font-family: AeonikPro-Bold,Arial,sans-serif;
|
||||
font-size: .9333333333rem;
|
||||
letter-spacing: 0; ;
|
||||
}
|
||||
|
||||
nav a:hover {font-weight: bold;}
|
||||
|
|
Loading…
Reference in a new issue