geronimo-hidalgo-Trabajo #20

Open
hidalgo.geronimo wants to merge 3 commits from hidalgo.geronimo/ejercicio-forks-ramas-pr:geronimo-hidalgo-Trabajo8 into main
Showing only changes of commit ab7d99a177 - Show all commits

View File

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