TP01, TP02 & TP03EX01

This commit is contained in:
2024-02-26 19:17:32 +01:00
commit 2cfb5211c3
28 changed files with 1147 additions and 0 deletions

11
TP03/EX02/css/style.css Normal file
View File

@@ -0,0 +1,11 @@
img{
cursor:pointer;
}
#gagne,#perdu,.hidden{
display : none;
}
.progress::-webkit-progress-value {
transition: width 0.5s ease;
}