Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb
This commit is contained in:
incheckning
3d69114b3a
4 ändrade filer med 5 tillägg och 8 borttagningar
|
@ -2,6 +2,4 @@ body{
|
||||||
background-image: url(../photos/athens2.jpg);
|
background-image: url(../photos/athens2.jpg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size:100% 100vh;
|
background-size:100% 100vh;
|
||||||
width: 1900px;
|
|
||||||
height: 300px;
|
|
||||||
}
|
}
|
|
@ -9,10 +9,12 @@
|
||||||
background-color:rgb(245, 228, 208);
|
background-color:rgb(245, 228, 208);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a { color: rgb(243, 198, 142);
|
nav a {
|
||||||
|
color: rgb(243, 198, 142);
|
||||||
text-decoration: none;}
|
text-decoration: none;}
|
||||||
|
|
||||||
a {}
|
a {color: forestgreen;
|
||||||
|
text-decoration: none;}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -41,4 +43,4 @@ body{
|
||||||
letter-spacing: 0; ;
|
letter-spacing: 0; ;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a:hover {font-weight: bold;}
|
a:hover {font-weight: bold;}
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
</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>
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
<a href = "faq.html">Frequently Asked Questions</a>
|
<a href = "faq.html">Frequently Asked Questions</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
|
||||||
<main>
|
<main>
|
||||||
<section>
|
<section>
|
||||||
<h1>Where To Go ?</h1>
|
<h1>Where To Go ?</h1>
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
</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>
|
||||||
|
|
Laddar…
Referens i nytt ärende