SEND all files + questionnaires + json + data_tests

This commit is contained in:
vincent_b
2025-11-19 12:12:03 +01:00
parent 71591b98f0
commit c78698f79a
197 changed files with 29115 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* CSS */
/* créer un élement span..... */
#div_entente p span.important {
color: red;
}
/* créer un éssslement strike..... */
#div_corps p strike.hide {
display: none;
}
/* ajouter un titre h1 et h2 */
h1, h2 {
background: #000;
color: #FFF;
}