Update font family commands

This commit is contained in:
leandro-rdz 2023-12-24 11:48:58 +01:00
parent 3ed30ba826
commit 615c5f7889
2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<div class="box"> <div class="box">
<p id="about"> Ce site a été fait par RODRIGUEZ Leandro, LASSERRE Victor, Marty Killian , et REBILLARD Baptiste.</p> <p id="about"> Ce site a été fait par RODRIGUEZ Leandro, LASSERRE Victor, Marty Killian , et REBILLARD Baptiste.</p>
<p id="about"> Ce jeu a été fait dans le cadre de la formation de L'INSA Toulouse option IR.</p> <p id="about"> Ce jeu a été fait dans le cadre de la formation de L'INSA Toulouse option IR.</p>
<p id="about"> Ce projet a été fait dans le cadre du cours de Web, et est donc assez basique.</p>
</div> </div>
</main> </main>
<footer> <footer>

View file

@ -195,13 +195,15 @@ ul{
color:rgb(255, 255, 255); color:rgb(255, 255, 255);
font-weight: bold; font-weight: bold;
list-style-type: none; list-style-type: none;
font-family: sans-serif,calibri;
} }
h3 { h3{
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
font-weight: bold ; font-weight: bold ;
text-decoration: underline; text-decoration: underline;
margin-bottom: 0; margin-bottom: 0;
} }
.box { .box {
display: flex; display: flex;