Public Access
5
0
This commit is contained in:
Andres
2025-11-26 13:54:44 -05:00
4 changed files with 157 additions and 15 deletions

View File

@@ -12,6 +12,9 @@
box-sizing: border-box;
}
/** SECTION modifier par script **/
#updateDate {
visibility: hidden;
display: none;
@@ -32,6 +35,13 @@
color: white;
}
#pageCouranteNAV {
text-shadow: violet 2px ;
box-shadow: #ffefe5;
}
/** FIN DE SECTION modifier par script **/
body {
min-height: 100vh;
/* Pour footer at bottom from : https://douiri.org/blog/fix-footer-bottom-css/ */
@@ -104,23 +114,65 @@ footer {
/****************************/
.accueil {
background-color: rgb(138, 43, 226);
color: #ffefe5;
}
.accueil main {
.accueil h1 {
font-size: 3.5rem;
}
.accueil p:not(#rencontreEquipe p) {
margin: auto;
padding: 0px 10%;
padding: 1% 45% 1% 0%;
}
.accueil section {
width: 100%;
}
.accueil article {
color: #ffefe5;
background-color: #13172c87;
.accueil #intro {
background: #13172c url("../images/ImagesLea/warframeEnvironment.jpg") no-repeat center;
}
.accueil header {
background: #13172c url("../images/ImagesLea/warframeEnvironment.jpg") center/cover;
}
.accueil header div {
background-color: #13172cb0;
height: 75vh;
padding: 5%;
}
.accueil #rencontreEquipe {
display: flex;
flex-wrap: wrap;
}
.accueil #rencontreEquipe div {
width: 25%;
margin: 0px auto;
align-content: center;
}
.accueil #rencontreEquipe div p {
margin: 5px;
text-align: center;
}
.accueil #rencontreEquipe h2 {
width: 100%;
margin: 25px;
text-align: center;
}
.accueil #rencontreEquipe div img {
width: 80%;
border-radius: 50%;
padding: 15px;
margin: 0px 10% 0px 10%;
}
/****************************/
/* PAGE: à Propos */
/* AUTEUR: Stanislas */