Ajout de styles pour le conteneur de boutons et d'un message d'explication dans la page de détails du projet.

This commit is contained in:
arussac
2025-04-27 11:10:48 +02:00
committed by Kerboul
parent 81c254289d
commit 178796edb4
3 changed files with 24 additions and 3 deletions

View File

@@ -163,4 +163,17 @@
.highlight{
background-color: red;
}
.middle-place{
position: absolute;
top: 45%;
left: 40%;
}
.explaination-text{
font-size: 1.5em;
color: #ffffff;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}