Modifique el estilo del ccs

This commit is contained in:
2026-05-19 17:19:19 -03:00
parent 6579848983
commit ab7d99a177

View File

@@ -7,7 +7,7 @@ body {
header { header {
background-color: #2c3e50; background-color: #2c3e50;
color: white; color: rgb(255, 255, 255);
padding: 20px; padding: 20px;
text-align: center; text-align: center;
} }
@@ -21,7 +21,7 @@ header {
} }
.card { .card {
background-color: white; background-color: rgb(135, 10, 10);
border-radius: 10px; border-radius: 10px;
padding: 20px; padding: 20px;
width: 300px; width: 300px;
@@ -38,7 +38,7 @@ ul {
} }
li { li {
margin-bottom: 8px; margin-bottom: 10px;
} }
@media (max-width: 600px) { @media (max-width: 600px) {