Update font family commands
This commit is contained in:
parent
3ed30ba826
commit
615c5f7889
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue