forked from marquez.juan/ejercicio-forks-ramas-pr
Compare commits
3 Commits
main
...
trabajos-c
| Author | SHA1 | Date | |
|---|---|---|---|
| 59d3931f01 | |||
| 37014186f6 | |||
| 29deace811 |
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense para saber los atributos posibles.
|
||||||
|
// Mantenga el puntero para ver las descripciones de los existentes atributos.
|
||||||
|
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "chrome",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Iniciar Chrome para localhost",
|
||||||
|
"url": "http://localhost:8080",
|
||||||
|
"webRoot": "${workspaceFolder}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f4f6f8;
|
background-color: #0c5297;
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color: #2c3e50;
|
background-color: #869215;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Deportes favoritos</h2>
|
<h2>Deportes favoritos</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fútbol</li>
|
|
||||||
<li>Básquet</li>
|
<li>Básquet</li>
|
||||||
<li>Natación</li>
|
<li>Natación</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<div class="card">
|
<div class="card">
|
||||||
<h2>Comidas favoritas</h2>
|
<h2>Comidas favoritas</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Pizza</li>
|
<li>Pure</li>
|
||||||
<li>Asado</li>
|
<li>Asado</li>
|
||||||
<li>Empanadas</li>
|
<li>Empanadas</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -36,6 +36,7 @@
|
|||||||
<li>Leer</li>
|
<li>Leer</li>
|
||||||
<li>Programar</li>
|
<li>Programar</li>
|
||||||
<li>Escuchar música</li>
|
<li>Escuchar música</li>
|
||||||
|
<li>Cocinar</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user