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,49 @@
<pre>
<code class="line-numbers show-language nohelp_result language-css">
* {
color: red;
}
p {
color: green;
}
#alt_saison,
#popoesie u#soleils {
display: none;
}
li.poem,
li.poem * {
color:#000;
}
li.poem *:is(u,i) {
color: rgb(15, 126, 82);
}
/* extra */
#popoesie * { background: cyan; }
#popoesie *:hover { background: yellow; }
/* CORRECTIONS */
a,
#saisons span {
display: none;
}
#saisons span#alt_saison {
display: inline-block;
color: blue;
}
li.poem.last span {
display: none;
}
#popoesie u#soleils {
display: inline-block;
}
li.poem *:is(u,i) {
color: red;
}
p, li, ul {
margin:0;
padding: 0;
}
</code>
</pre>