Compare commits
3 Commits
main
...
estudiante
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c55e961828 | ||
|
|
c3070d1a2f | ||
|
|
ca5d2f5caa |
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Entorno virtual de Python
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# Variables de entorno y configuración sensible
|
||||
.env
|
||||
|
||||
# Sistemas operativos
|
||||
.DS_Store # macOS
|
||||
Thumbs.db # Windows
|
||||
|
||||
# Node.js (por si se utiliza npm en algún momento)
|
||||
node_modules/
|
||||
@@ -21,7 +21,7 @@ header {
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: white;
|
||||
background-color: rgb(181, 181, 27);
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
width: 300px;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<h2>Deportes favoritos</h2>
|
||||
<ul>
|
||||
<li>Fútbol</li>
|
||||
<li>Básquet</li>
|
||||
<li>Natación</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -27,6 +26,7 @@
|
||||
<li>Pizza</li>
|
||||
<li>Asado</li>
|
||||
<li>Empanadas</li>
|
||||
<li>Fideos</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<ul>
|
||||
<li>Leer</li>
|
||||
<li>Programar</li>
|
||||
<li>Escuchar música</li>
|
||||
<li>Ver películas</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user