Public Access
5
0

Team page : Correctif au header + background fixed

This commit is contained in:
2025-11-30 17:08:32 -05:00
parent fceb8610d6
commit 0316193ae4
2 changed files with 22 additions and 22 deletions

View File

@@ -342,39 +342,39 @@ footer {
display: block;
text-align: center;
align-content: center;
}
.team header.introduction h1,
.team header.introduction p {
line-height: 5;
font-size: 2rem;
}
.team header.introduction div.introduction {
background-color: #13172cd5;
height: 100vh;
}
.team header.introduction button {
color: #ffefe5;
padding: 0 16px;
margin: 0 4px;
height: 40px;
border: none;
border-radius: 20px;
background-color: #13172c;
}
.team header.introduction button a {
display: flex;
align-items: center;
align-content: center;
.team header.introduction div.introduction a {
display: inline-block;
text-decoration: none;
color: #ffefe5;
padding: 10.8px 16px;
margin: 160px 4px;
background-color: #13172c;
border-radius: 20px;
}
.team header.introduction button:hover {
height: 40px;
.team header.introduction div.introduction a:hover {
border-radius: 20px;
background-color: #b47871;
}
.team main {
margin: auto;
}
.team section article {
display: flex;
padding: 16px;
@@ -391,19 +391,19 @@ footer {
}
.team section article#lea {
background: #13172c url("../images/imagesTeam/BackgroundLea.webp") center/cover;
background: #13172c url("../images/imagesTeam/BackgroundLea.webp") center/cover fixed;
}
.team section article#jeremy {
background: #13172c url("../images/imagesTeam/BackgroundJeremy.webp") center/cover;
background: #13172c url("../images/imagesTeam/BackgroundJeremy.webp") center/cover fixed;
}
.team section article#andres {
background: #13172c url("../images/imagesTeam/BackgroundAndres.webp") center/cover;
background: #13172c url("../images/imagesTeam/BackgroundAndres.webp") center/cover fixed;
}
.team section article#stanislas {
background: #13172c url("../images/imagesTeam/BackgroundStanislas.webp") center/cover;
background: #13172c url("../images/imagesTeam/BackgroundStanislas.webp") center/cover fixed;
}