Files
questionnaire/public/codes/html/data/mi4ecrvptry6dx4a8v_class_id_child.css

14 lines
255 B
CSS

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