Update css/index.css

This commit is contained in:
clashofclanselixircollector 2025-01-08 15:29:14 -08:00
parent 6acdc9f392
commit d6f72b9e19

View File

@ -13,7 +13,7 @@ body {
} }
.card{ .card{
text-align: center; text-align: center;
place-content: center; align-items: center;
background-color: #d9d9d9; background-color: #d9d9d9;
border-radius: 30px; border-radius: 30px;
display: flex; display: flex;
@ -234,7 +234,6 @@ button:hover {
} }
#footerText > p { #footerText > p {
margin:0; margin:0;
#a6a6a6
} }
/* flexbox will solve all problems guys trust */ /* flexbox will solve all problems guys trust */
#gamescontainer { #gamescontainer {