Public Access
5
0

ajout au dictionnaire et ajout d'images pour la page index

This commit is contained in:
LD
2025-11-26 14:32:45 -05:00
parent 8cfbdcda18
commit 3f5c114ea4
5 changed files with 83 additions and 34 deletions

View File

@@ -121,6 +121,11 @@ footer {
font-size: 3.5rem;
}
.accueil h2:not(#rencontreEquipe h2) {
font-size: 2.5rem;
margin-bottom: 30px;
}
.accueil main p:not(#rencontreEquipe p) {
margin: auto;
padding: 1% 45% 1% 0%;
@@ -130,10 +135,6 @@ footer {
width: 100%;
}
.accueil #intro {
background: #13172c url("../images/ImagesLea/warframeEnvironment.jpg") no-repeat center;
}
.accueil header {
background: #13172c url("../images/ImagesLea/warframeEnvironment.jpg") center/cover;
}
@@ -154,8 +155,8 @@ footer {
.accueil #rencontreEquipe div {
width: 25%;
align-content: center;
padding-bottom: 60px;
padding-top: 30px;
justify-content: center;
}
.accueil #rencontreEquipe div p {
@@ -163,13 +164,6 @@ footer {
text-align: center;
}
.accueil #rencontreEquipe h2 {
width: 100%;
height: auto;
margin: 25px;
text-align: center;
}
.accueil #rencontreEquipe div img {
width: 80%;
border-radius: 50%;
@@ -177,6 +171,47 @@ footer {
margin: 0px 10% 0px 10%;
}
.accueil #rencontreEquipe a {
display: inline-block;
text-decoration: none;
color: #ffefe5;
padding: 10.8px 16px;
margin: auto;
background-color: #273A56;
border-radius: 20px;
}
.accueil #rencontreEquipe a:hover {
border-radius: 20px;
background-color: #b47871;
}
.accueil main a:not(#rencontreEquipe a) {
display: inline-block;
text-decoration: none;
color: #ffefe5;
padding: 10.8px 16px;
margin: 0 4px;
background-color: #13172c;
border-radius: 20px;
}
.accueil main a:hover:not(#rencontreEquipe a) {
border-radius: 20px;
background-color: #b47871;
}
.accueil #histoireDE {
background: #13172c url("../images/ImagesLea/warframeFight.jpg") center/cover;
height: 75vh;
}
.accueil #histoireDE div {
background-color: #13172cb0;
height: 75vh;
padding: 5%;
}
/****************************/
/* PAGE: à Propos */
/* AUTEUR: Stanislas */