Compare commits
3 Commits
main
...
maximo-hid
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9042bc0ad6 | ||
|
|
57c5c9ccde | ||
|
|
f52dd53a49 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
claves.py
|
||||
@@ -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 {
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<ul>
|
||||
<li>Fútbol</li>
|
||||
<li>Básquet</li>
|
||||
<li>Natación</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -27,13 +26,14 @@
|
||||
<li>Pizza</li>
|
||||
<li>Asado</li>
|
||||
<li>Empanadas</li>
|
||||
<li>Supremas</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h2>Pasatiempos favoritos</h2>
|
||||
<ul>
|
||||
<li>Leer</li>
|
||||
<li>Jugar Videojuegos</li>
|
||||
<li>Programar</li>
|
||||
<li>Escuchar música</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user