ajustement du décompte

Cette révision appartient à :
thaaoblues 2023-04-29 16:12:30 +02:00
Parent 9b9e614eaf
révision f741ed4afc
2 fichiers modifiés avec 13 ajouts et 3 suppressions

Voir le fichier

@ -19,8 +19,13 @@
#decompte{ #decompte{
font-size: 7vh; font-size: 7vh;
color: rgb(40, 230, 11);
background-color: rgba(27, 187, 205, 0.188);
border-radius: 10px;
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
} }
} }

Voir le fichier

@ -13,7 +13,12 @@
#decompte{ #decompte{
font-size: 7vh; font-size: 7vh;
color: rgb(40, 230, 11);
background-color: rgba(27, 187, 205, 0.188);
border-radius: 10px;
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
} }