style.css aktualisiert
This commit is contained in:
parent
d6df1aee6e
commit
66e2771b86
1 changed files with 3 additions and 1 deletions
|
|
@ -99,8 +99,10 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
display: flex;
|
||||||
|
align-items: center; /* Zentriert Elemente vertikal */
|
||||||
|
justify-content: center; /* Hier wird die horizontale Zentrierung eingestellt */
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
text-align: center; /* Zentriert den gesamten Inhalt */
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #999
|
color: #999
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue