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