Commit de marco

This commit is contained in:
stiti
2024-06-06 18:28:40 +02:00
parent 50667d57ac
commit e372d8d642
5 changed files with 22 additions and 12 deletions

View File

@@ -5,11 +5,17 @@ body {
padding: 0;
color: #640875;
}
.container {
width: 95%;
margin: 0 auto;
padding: 20px;
}
.container video{
width: 100%;
}
h1, h2, h3 {
color: #444;
}
@@ -99,7 +105,7 @@ h1, h2, h3 {
cursor: pointer;
}
.hero button {
.bouton {
padding: 15px 40px;
font-size: 1.2rem;
background-color: #640875;
@@ -110,6 +116,10 @@ h1, h2, h3 {
transition: background-color 0.3s;
}
.textAccueil{
padding-bottom: 20px;
}
.hero button:hover {
background-color: #9f23b5;
}
@@ -198,5 +208,4 @@ h1, h2, h3 {
border: none;
border-radius: 4px;
cursor: pointer;
}
}