neryBenincasaTp #9

Open
benincasa.nery wants to merge 3 commits from benincasa.nery/ejercicio-forks-ramas-pr:neryBenincasaTp into main
Showing only changes of commit f8d70fa0c4 - Show all commits

View File

@@ -6,7 +6,7 @@ body {
}
header {
background-color: #2c3e50;
background-color: #020507;
color: white;
padding: 20px;
text-align: center;
@@ -21,11 +21,11 @@ header {
}
.card {
background-color: white;
background-color: rgba(255, 14, 14, 0.664);
border-radius: 10px;
padding: 20px;
width: 300px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h2 {
@@ -45,5 +45,4 @@ li {
.card {
width: 100%;
}
}
}