texte boutton

This commit is contained in:
2026-06-17 11:18:56 +02:00
parent 3ec5393793
commit 5997ac22d6
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -44,6 +44,8 @@ h2 {
.styled {
border: 0;
height: 50%;
width: 40%;
line-height: 2.5;
padding: 0 20px;
font-size: 1rem;
@@ -51,7 +53,7 @@ h2 {
color: white;
text-shadow: 1px 1px 1px black;
border-radius: 10px;
background-color: tomato;
background-color: royalblue;
background-image: linear-gradient(
to top left,
rgb(0 0 0 / 0.2),
@@ -61,7 +63,7 @@ h2 {
}
.styled:hover {
background-color: red;
background-color: midnightblue;
}
.styled:active {