Public Access
5
0

Intégration des éléments pour la page de l'équipe

This commit is contained in:
Jeremy
2025-11-22 19:08:57 -05:00
parent 67eba390cb
commit 7a3aabaed6
7 changed files with 29 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ footer {
/* PAGE: Accueil */
/* AUTEUR: Léa */
/****************************/
.accueil body {
.accueil {
background-color: rgb(138, 43, 226);
}
@@ -91,7 +91,7 @@ footer {
/* PAGE: à Propos */
/* AUTEUR: Stanislas */
/****************************/
.aPropos main {
.aPropos {
background-color: rgb(99, 241, 99);
}
@@ -100,7 +100,10 @@ footer {
/* AUTEUR: Jérémy & Andres */
/****************************/
.team {
background-color: #e6ecf3;
background: #13172c url("../images/imagesTeam/Intro.png") center;
background-size: cover;
background-position: top;
color: #FFEFE5;
}
/****************************/