mirror of
https://github.com/NohamR/Projet-foot.git
synced 2025-05-24 22:31:52 +00:00
center
This commit is contained in:
parent
ec941b6a5b
commit
accf561b4b
@ -8,7 +8,7 @@ h1 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 50px; /* Réduire la marge supérieure */
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -16,7 +16,7 @@ h1 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 20px; /* Ajouter une marge inférieure */
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@ -24,17 +24,17 @@ h1 {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 50px; /* Ajouter une marge supérieure */
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote {
|
.quote {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 20px; /* Ajouter une marge inférieure */
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 20px; /* Ajouter une marge inférieure */
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user