mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-06 05:20:59 +02:00
Update style.css
This commit is contained in:
parent
98788b91fb
commit
e34e59b5bb
@ -188,6 +188,7 @@ input[type="submit"]:hover {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/* Reset und grundlegende Stile */
|
||||||
/* Reset und grundlegende Stile */
|
/* Reset und grundlegende Stile */
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -293,8 +294,9 @@ h2 {
|
|||||||
#features {
|
#features {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center; /* Zentriert die Karten horizontal */
|
||||||
gap: 20px;
|
gap: 20px; /* Abstand zwischen den Karten */
|
||||||
|
margin-top: 20px; /* Abstand nach oben */
|
||||||
}
|
}
|
||||||
|
|
||||||
#features .card {
|
#features .card {
|
||||||
@ -370,3 +372,8 @@ input[type="submit"] {
|
|||||||
input[type="submit"]:hover {
|
input[type="submit"]:hover {
|
||||||
background-color: #009cba;
|
background-color: #009cba;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input[type="submit"]:hover {
|
||||||
|
background-color: #009cba;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user