15 lines
140 B
CSS
15 lines
140 B
CSS
button{
|
|
|
|
float:right;
|
|
}
|
|
|
|
.bonne-reponse {
|
|
color: #1b7f3a;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.mauvaise-reponse {
|
|
color: #c62828;
|
|
font-weight: 700;
|
|
}
|