diff --git a/clase-9.js b/clase-9.js new file mode 100644 index 0000000..6df1007 --- /dev/null +++ b/clase-9.js @@ -0,0 +1 @@ +// Agregar acá el código javascript para los ejercicios diff --git a/estilo.css b/estilo.css new file mode 100644 index 0000000..19d93f8 --- /dev/null +++ b/estilo.css @@ -0,0 +1,5 @@ +div { + background-color: #DAE889; + padding: 10px; + margin: 10px; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..2a6b85f --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + +
+ + +