Comparar commits

..

Nenhum commit em comum. "b60eb103d5558236e280a3b433ab84a2e4f87c77" e "835f9afe1ef60866afaead4581c57ea00452623c" tem históricos completamente diferentes.

3 arquivos alterados com 8 adições e 57 exclusões

Ver arquivo

@ -4,30 +4,12 @@
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;}

Ver arquivo

@ -9,20 +9,22 @@
<header> <header>
<nav class="B"> <nav class="B">
<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></h4>
</nav> </nav>
</header> </header>
<hr/>
<main> <main>
<section> <section>
<article> <article>
<div>Visit Greece</div> <p>Visit Greece</p>
</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>

Ver arquivo

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