Files
web_2025/R3.01/tp/tp2/ex4/css/style.css
T

15 lines
140 B
CSS
Raw Normal View History

2026-04-01 08:25:18 +02:00
button{
float:right;
}
2026-04-02 14:42:16 +02:00
.bonne-reponse {
color: #1b7f3a;
font-weight: 700;
}
.mauvaise-reponse {
color: #c62828;
font-weight: 700;
}