Cambios colores CSS

This commit is contained in:
2026-04-23 23:05:59 -03:00
parent 723e4293ff
commit f8d70fa0c4

View File

@@ -6,7 +6,7 @@ body {
}
header {
background-color: #2c3e50;
background-color: #020507;
color: white;
padding: 20px;
text-align: center;
@@ -21,7 +21,7 @@ header {
}
.card {
background-color: white;
background-color: rgba(255, 14, 14, 0.664);
border-radius: 10px;
padding: 20px;
width: 300px;
@@ -46,4 +46,3 @@ li {
width: 100%;
}
}