19 lines
221 B
CSS
19 lines
221 B
CSS
/* Modifier le CSS ici */
|
|
|
|
#wrap_p_easy span span {
|
|
|
|
color: red;
|
|
Font-size: 13;
|
|
Font-style: italic;
|
|
text-decoration: underline;
|
|
text-decoration-style: dotted;
|
|
|
|
|
|
}
|
|
|
|
.last_p.important {
|
|
|
|
color: blue;
|
|
font-style: oblique;
|
|
|
|
} |