corrections

This commit is contained in:
2026-06-18 12:05:02 +02:00
parent 5314db52a0
commit 397272429d
2 changed files with 15 additions and 5 deletions
+11 -3
View File
@@ -93,11 +93,12 @@ h1 {
text-shadow: 1px 1px 1px black;
border-radius: 10px;
background-color: midnightblue;
background-image:
linear-gradient to top left,
background-image: linear-gradient(
to top left,
rgb(0 0 0 / 0.2),
rgb(0 0 0 / 0.2) 30%,
transparent;
transparent
);
}
.retour {
border: 0;
@@ -202,3 +203,10 @@ p {
resize: none;
width: 200px;
}
.btn_icone {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
line-height: normal;
}