Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
commit
3d69114b3a
4 changed files with 5 additions and 8 deletions
|
@ -2,6 +2,4 @@ body{
|
|||
background-image: url(../photos/athens2.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size:100% 100vh;
|
||||
width: 1900px;
|
||||
height: 300px;
|
||||
}
|
|
@ -9,10 +9,12 @@
|
|||
background-color:rgb(245, 228, 208);
|
||||
}
|
||||
|
||||
nav a { color: rgb(243, 198, 142);
|
||||
nav a {
|
||||
color: rgb(243, 198, 142);
|
||||
text-decoration: none;}
|
||||
|
||||
a {}
|
||||
a {color: forestgreen;
|
||||
text-decoration: none;}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
|
@ -41,4 +43,4 @@ body{
|
|||
letter-spacing: 0; ;
|
||||
}
|
||||
|
||||
nav a:hover {font-weight: bold;}
|
||||
a:hover {font-weight: bold;}
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
</article>
|
||||
</section>
|
||||
</main>-->
|
||||
<hr>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<a href = "faq.html">Frequently Asked Questions</a>
|
||||
</nav>
|
||||
</header>
|
||||
<hr>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Where To Go ?</h1>
|
||||
|
@ -29,7 +28,6 @@
|
|||
</article>
|
||||
</section>
|
||||
</main>
|
||||
<hr>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue