forked from monnerat/web_2025
a4580652f8
# Correction pour les TP1 TP2 et TP3 Je n'ai pas testé la connexion à la DB pour le moment car je ne peux pas me co sur https://dwarves.iut-fbleau.fr/phpmyadmin Co-authored-by: JARNOUEN DE VILLARTAY Ulysse (SAFRAN AIRCRAFT ENGINES) <ulysse.jarnouen-de-villartay@safrangroup.com> Reviewed-on: monnerat/web_2025#2
14 lines
103 B
CSS
14 lines
103 B
CSS
.center{
|
|
text-align:center;
|
|
}
|
|
.Win{
|
|
color:#2E8B57;
|
|
|
|
}
|
|
.Loss{
|
|
color:#FF6347;
|
|
}
|
|
.Draw{
|
|
color:#DAA520;
|
|
}
|