Mise à jour de 'index.html'
continuous-integration/drone/push Build is passing Details

master
Francois YOUSSE 1 year ago
parent 82bb61a1a0
commit 836882b0c2

@ -16,18 +16,15 @@ body {
flex-direction:column;
}
.centered{
display: flex;
justify-content: center;
align-items: center;
padding-top: 100px;
background-color: red;
.centered{
padding-top: 100px;
}
.navbar {
background-color: #333;
overflow: hidden;
position: fixed;
widht: 100%;
width: 100%;
flex: 1;
justify-content: space-around;
}
@ -68,6 +65,7 @@ body {
</div>
<div id=sae>
<h1>SAE</h1>
<div> Mon projet de SAE cette année était Timeline. L'objectif était de reproduire le jeu timeline sous un format numérique. Nous avons ainsi crée un jeu multijoueur jouable sur pc.
</div>
</div>
</body>

Loading…
Cancel
Save