Compare commits

...

3 commits

Author SHA1 Message Date
2d8a782100 Merge branch 'master' of https://git.etud.insa-toulouse.fr/rees/progWeb 2022-12-12 10:26:38 +01:00
f5fa1ef027 wr 2022-12-12 10:26:36 +01:00
c87824278f dhyt 2022-12-12 10:26:26 +01:00
2 changed files with 8 additions and 4 deletions

View file

@ -5,11 +5,15 @@
list-style: none; list-style: none;
line-height: 1.55; line-height: 1.55;
font-size: x-large; font-size: x-large;
font-family: Georgia, 'Times New Roman', Times, serif; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color:bisque background-color:rgb(245, 228, 208);
} }
nav a { color: rgb(243, 198, 142);
text-decoration: none;}
a {}
footer { footer {
position: absolute; position: absolute;
bottom: 0; bottom: 0;

View file

@ -66,7 +66,7 @@
</section> </section>
</main> </main>
<hr> <hr>
<footer class="B"> <footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved.</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved.</p>
</footer> </footer>
</body> </body>