maximo-hidalgo-trabajo #7

Open
hidalgo.maximo wants to merge 3 commits from hidalgo.maximo/ejercicio-forks-ramas-pr:maximo-hidalgo-trabajo into main
Showing only changes of commit 9042bc0ad6 - Show all commits

View File

@@ -2,7 +2,7 @@ body {
font-family: Arial, sans-serif;
margin: 0;
background-color: #f4f6f8;
color: #333;
color: #241414;
}
header {
@@ -21,7 +21,7 @@ header {
}
.card {
background-color: white;
background-color: rgb(196, 174, 174);
border-radius: 10px;
padding: 20px;
width: 300px;
@@ -30,7 +30,7 @@ header {
h2 {
margin-top: 0;
color: #2c3e50;
color: #5f0606;
}
ul {