ejercicio 5: filtro de lista en tiempo real

This commit is contained in:
2026-05-28 13:40:59 -03:00
parent 4b110835c7
commit 6b28028009
3 changed files with 75 additions and 2 deletions

View File

@@ -1,2 +1,28 @@
/* Agregar el código CSS necesario para el ejercicio */
body {
font-family: Arial, sans-serif;
margin: 20px;
}
label,
input {
display: block;
margin-bottom: 10px;
}
input {
padding: 8px;
max-width: 300px;
}
ul {
list-style: disc inside;
padding-left: 0;
max-width: 320px;
}
li {
margin-bottom: 5px;
}