Public Access
5
0

ajout de plus de styles pour Accueil

This commit is contained in:
LD
2025-11-26 12:42:42 -05:00
parent 7ea26d10a4
commit 13fddf0ade
2 changed files with 18 additions and 9 deletions

View File

@@ -106,10 +106,19 @@ footer {
background-color: rgb(138, 43, 226);
}
.accueil article p {
.accueil main {
margin: auto;
display: flex;
width: 45%;
padding: 0px 10%;
}
.accueil section {
width: 100%;
}
.accueil article {
color: #ffefe5;
background-color: #13172c87;
padding: 5%;
}
/****************************/