v1 #4

Merged
rebillar merged 50 commits from dev into master 2023-12-29 21:34:13 +01:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 615c5f7889 - Show all commits

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;