Update style.css

This commit is contained in:
TheErrorExe 2025-01-06 17:09:59 +01:00 committed by GitHub
parent 98788b91fb
commit e34e59b5bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,6 +188,7 @@ input[type="submit"]:hover {
*/
/* Reset und grundlegende Stile */
/* Reset und grundlegende Stile */
* {
margin: 0;
@ -293,8 +294,9 @@ h2 {
#features {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
justify-content: center; /* Zentriert die Karten horizontal */
gap: 20px; /* Abstand zwischen den Karten */
margin-top: 20px; /* Abstand nach oben */
}
#features .card {
@ -370,3 +372,8 @@ input[type="submit"] {
input[type="submit"]:hover {
background-color: #009cba;
}
input[type="submit"]:hover {
background-color: #009cba;
}