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>
|
<header>
|
||||||
<nav class="B">
|
<nav class="B">
|
||||||
<h4><a href>Main Page</a></h4>
|
<a href>Main Page</a>
|
||||||
<h4><a href>Where To Go</a></h4>
|
<a href>Where To Go</a>
|
||||||
<h4><a href>History</a></h4>
|
<a href>History</a>
|
||||||
<h4><a href>Food and Lifestyle</a></h4>
|
<a href>Food and Lifestyle</a>
|
||||||
<h4> <a href>Frequently Asked Questions</a></h4>
|
<a href>Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<hr/>
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<article>
|
<article>
|
||||||
<p>Visit Greece</p>
|
<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>
|
||||||
|
|
18
text.css
18
text.css
|
@ -4,12 +4,30 @@
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
line-height: 1.55;
|
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{
|
body{
|
||||||
font-family: AeonikPro-Bold,Arial,sans-serif;
|
font-family: AeonikPro-Bold,Arial,sans-serif;
|
||||||
font-size: .9333333333rem;
|
font-size: .9333333333rem;
|
||||||
letter-spacing: 0; ;
|
letter-spacing: 0; ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav a:hover {font-weight: bold;}
|
||||||
|
|
Loading…
Reference in a new issue