corrections
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user