This commit is contained in:
Justine Beau 2025-01-03 14:39:16 +01:00
parent 5b8141c246
commit 6c4ed3c79c
2 changed files with 9 additions and 5 deletions

View file

@ -17,7 +17,7 @@
} }
.div-centrer-contenu{ .div-centrer-contenu{
width: 100%; width: 100;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
} }

View file

@ -42,7 +42,7 @@ button {
padding: 10px 25px; padding: 10px 25px;
font-size: 16px; font-size: 16px;
color: white; color: white;
background-color: #e74c3c; background-color: #3498db;
border: none; border: none;
border-radius: 5px; border-radius: 5px;
cursor: pointer; cursor: pointer;
@ -50,7 +50,7 @@ button {
} }
button:hover { button:hover {
background-color: #c0392b; background-color: #3e83b1;
transform: translateY(-2px); transform: translateY(-2px);
} }
@ -69,6 +69,10 @@ a:hover {
color: #2980b9; color: #2980b9;
} }
a:visited {
color: #3e83b1;
}
img { img {
max-width: 100%; max-width: 100%;
margin: 20px 0; margin: 20px 0;
@ -106,7 +110,7 @@ table tr:nth-child(even) {
footer { footer {
text-align: center; text-align: center;
padding: 10px 0; border-radius: 5px; padding: 10px ; border-radius: 5px;
background-color: #2c3e50; background-color: #2c3e50;
color: white; color: white;
@ -137,5 +141,5 @@ div.score-button{
color: white; color: white;
font-weight: bolder; font-weight: bolder;
font-size: xx-large; font-size: xx-large;
width: 100vw; width: 100;
} }