İşlemeleri karşılaştır

...

3 commits

Yazar SHA1 Mesaj Tarih
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 değiştirilmiş dosya ile 8 ekleme ve 4 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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