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

14 lines
256 B
CSS

/* 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;
}