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

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

@ -17,17 +17,14 @@ body {
} }
.centered{ .centered{
display: flex; padding-top: 100px;
justify-content: center;
align-items: center;
padding-top: 100px;
background-color: red;
} }
.navbar { .navbar {
background-color: #333; background-color: #333;
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;
widht: 100%; width: 100%;
flex: 1; flex: 1;
justify-content: space-around; justify-content: space-around;
} }
@ -68,6 +65,7 @@ body {
</div> </div>
<div id=sae> <div id=sae>
<h1>SAE</h1> <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>
</div> </div>
</body> </body>

Loading…
Cancel
Save