eugenio-zapata-ejercicio-fork #6

Open
zapata.eugenio wants to merge 2 commits from zapata.eugenio/ejercicio-forks-ramas-pr:eugenio-zapata-ejercicio-fork into main
3 changed files with 4 additions and 4 deletions

0
.gitignore vendored Normal file
View File

View File

@@ -7,7 +7,7 @@ body {
header {
background-color: #2c3e50;
color: white;
color: blue;
padding: 20px;
text-align: center;
}
@@ -21,7 +21,7 @@ header {
}
.card {
background-color: white;
background-color: red;
border-radius: 10px;
padding: 20px;
width: 300px;

View File

@@ -26,7 +26,7 @@
<ul>
<li>Pizza</li>
<li>Asado</li>
<li>Empanadas</li>
<li>Milanesas</li>
</ul>
</div>
@@ -35,7 +35,7 @@
<ul>
<li>Leer</li>
<li>Programar</li>
<li>Escuchar música</li>
<li>Jugas Videojuegos</li>
</ul>
</div>
</div>