ajout d'une image et de styles pour l'index
This commit is contained in:
@@ -104,23 +104,52 @@ footer {
|
||||
/****************************/
|
||||
.accueil {
|
||||
background-color: rgb(138, 43, 226);
|
||||
color: #ffefe5;
|
||||
}
|
||||
|
||||
.accueil main {
|
||||
.accueil h1 {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
|
||||
.accueil 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;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.accueil #rencontreEquipe h2 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.accueil #rencontreEquipe img {
|
||||
width: 30%;
|
||||
border-radius: 15px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* PAGE: à Propos */
|
||||
/* AUTEUR: Stanislas */
|
||||
|
||||
Reference in New Issue
Block a user