This commit is contained in:
Tizziana Mansy 2022-12-12 09:07:46 +01:00
commit 4e12bc62d4
3 changed files with 6 additions and 38 deletions

View file

@ -13,15 +13,16 @@
div { div {
height: 50px; height: 50px;
width: 200px; width: 2000px;
font-weight: bold ; font-weight: bold ;
color: aliceblue; color:aliceblue;
position: fixed; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
margin-top: -100px; margin-top: -100px;
margin-left: -150px; margin-left: -150px;
font: size 2000px; font-size: 50px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
} }
body{ body{

View file

@ -15,13 +15,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>-->
<footer> <footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer> </footer>

View file

@ -1,33 +0,0 @@
.B {
display: grid;
grid-template-columns: repeat(5, 1fr);
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;}