diff --git a/LAB-CSS-LILIANALOPEZ/LICENSE.txt b/LAB-CSS-LILIANALOPEZ/LICENSE.txt
new file mode 100644
index 0000000..f53e024
--- /dev/null
+++ b/LAB-CSS-LILIANALOPEZ/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2026 Liliana Yelitza López de Chaparro (https://codepen.io/Liliana-Yelitza-L-pez-de-Chaparro/pen/gbMJqJo)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/LAB-CSS-LILIANALOPEZ/README.md b/LAB-CSS-LILIANALOPEZ/README.md
new file mode 100644
index 0000000..afd0f42
--- /dev/null
+++ b/LAB-CSS-LILIANALOPEZ/README.md
@@ -0,0 +1,6 @@
+# Asignación 2 OpenBootCamp
+
+A Pen created on CodePen.
+
+Original URL: [https://codepen.io/Liliana-Yelitza-L-pez-de-Chaparro/pen/gbMJqJo](https://codepen.io/Liliana-Yelitza-L-pez-de-Chaparro/pen/gbMJqJo).
+
diff --git a/LAB-CSS-LILIANALOPEZ/dist/index.html b/LAB-CSS-LILIANALOPEZ/dist/index.html
new file mode 100644
index 0000000..38c18b7
--- /dev/null
+++ b/LAB-CSS-LILIANALOPEZ/dist/index.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+ Asignación 2 OpenBootCamp
+
+
+
+
+
+
+
LAS MASCOTAS
+
+
+
+
+
+
+
Las mascotas, o animales de compañía, son seres domesticados que conviven en el hogar brindando compañía, afecto y bienestar emocional, siendo considerados miembros de la familia. Su cuidado implica responsabilidad, incluyendo alimentación, salud veterinaria, espacio y atención para asegurar su calidad de vida y mejorar la salud física y mental de los humanos.
+
+
+
+
+
+
+ Aspectos clave sobre las mascotas:
+
Beneficios para la salud: Acariciarlas reduce la ansiedad y mejora la salud cardiovascular.
+
Ayudan a niños con TEA/TDAH, personas mayores y son apoyo terapéutico.
+
Responsabilidad: Requieren compromiso a largo plazo (10-15 años o más), cuidados, tiempo, alimentación y atención veterinaria.
+
Tipos comunes: Perros, gatos, peces, pájaros, pequeños roedores (hámsteres), conejos y algunos reptiles.
+
Impacto social: Fomentan la interacción social y mejorando la autoestima y la empatía.
+
+
+
+ TE ENSEÑAMOS EL CLUIDADO DE LAS MASCOTAS Ver video
+
Las mascotas, o animales de compañía, son seres domesticados que conviven en el hogar brindando compañía, afecto y bienestar emocional, siendo considerados miembros de la familia. Su cuidado implica responsabilidad, incluyendo alimentación, salud veterinaria, espacio y atención para asegurar su calidad de vida y mejorar la salud física y mental de los humanos.
+
+
+
+
+
+
+ Aspectos clave sobre las mascotas:
+
Beneficios para la salud: Acariciarlas reduce la ansiedad y mejora la salud cardiovascular.
+
Ayudan a niños con TEA/TDAH, personas mayores y son apoyo terapéutico.
+
Responsabilidad: Requieren compromiso a largo plazo (10-15 años o más), cuidados, tiempo, alimentación y atención veterinaria.
+
Tipos comunes: Perros, gatos, peces, pájaros, pequeños roedores (hámsteres), conejos y algunos reptiles.
+
Impacto social: Fomentan la interacción social y mejorando la autoestima y la empatía.
+
+
+
+ TE ENSEÑAMOS EL CLUIDADO DE LAS MASCOTAS Ver video
+
\ No newline at end of file
diff --git a/LAB-CSS-LILIANALOPEZ/src/style.scss b/LAB-CSS-LILIANALOPEZ/src/style.scss
new file mode 100644
index 0000000..c999d07
--- /dev/null
+++ b/LAB-CSS-LILIANALOPEZ/src/style.scss
@@ -0,0 +1,56 @@
+p{
+ color:black
+}
+h1{
+ color: white
+}
+body {
+ font-family: Comic Sans MS;
+ font-size: 20x;
+ text-align: center;
+ margin: 0;
+ padding: 0;
+}
+.header {
+ background: #2A416A;
+ height: 60px;
+ margin-bottom: 10px;
+ min-width: 725px;
+ padding-top: 10px;
+ width: 100%;
+}
+.general-container {
+ margin: 0 auto;
+ width: 725px;
+}
+.izquierda {
+ background: #EBF5FE;
+ float: left;
+ height: 280px;
+ padding-top: 10px;
+ width: 20%;
+}
+.contenido-principal {
+ background: #EBF5FE;
+ float: left;
+ height: 280px;
+ padding-top: 10px;
+ margin: 0 1%;
+ width: 48%;
+}
+.derecha {
+ background: #EBF5FE;
+ float: left;
+ height: 280px;
+ padding-top: 10px;
+ width: 30%;
+}
+.contenido-secundario{
+ background: #O6AED5
+}
+.pie-pagina {
+ background: #2A416A;
+ color: #fff;
+ clear: both;
+ width: 900px;
+}
\ No newline at end of file
diff --git a/tartademanzana/LICENSE.txt b/tartademanzana/LICENSE.txt
new file mode 100644
index 0000000..f53e024
--- /dev/null
+++ b/tartademanzana/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2026 Liliana Yelitza López de Chaparro (https://codepen.io/Liliana-Yelitza-L-pez-de-Chaparro/pen/gbMJqJo)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/tartademanzana/README.md b/tartademanzana/README.md
new file mode 100644
index 0000000..adb912f
--- /dev/null
+++ b/tartademanzana/README.md
@@ -0,0 +1,6 @@
+# TartaDeManzana
+
+A Pen created on CodePen.
+
+Original URL: [https://codepen.io/Liliana-Yelitza-L-pez-de-Chaparro/pen/gbMJqJo](https://codepen.io/Liliana-Yelitza-L-pez-de-Chaparro/pen/gbMJqJo).
+
diff --git a/tartademanzana/dist/index.html b/tartademanzana/dist/index.html
new file mode 100644
index 0000000..7b40a8d
--- /dev/null
+++ b/tartademanzana/dist/index.html
@@ -0,0 +1,57 @@
+
+
+
+
+
+ TartaDeManzana
+
+
+
+
+
+
+
+
+ Asignación página tarta de manzana
+
+
+
+
+
TARTA DE MANZANA
+
+
+
+
La tarta de manzana. Historia, origen, día y trucos para que te quede de rechupete. Harina, agua, mantequilla y manzanas. (¡Parece una canción de Mary Poppins!) Son solo cuatro ingredientes, pero ¿no hacen que se os haga la boca agua? Sí, amigos, me refiero a la tarta de manzana.
+
+Sea cual sea su elaboración, porque hay muchas maneras de prepararla, no puedo evitar tener esa sensación. Más allá de confesar mi debilidad por este postre, hoy trataré de contaros un poquito más de él. Empezaré por el principio, su origen.
+
+
+
+
+
¿Qué ingredientes necesitamos para hacer esta receta de tarta de manzana casera?
+
1 kg de manzanas golden
+
2 huevos
+
4 cucharadas de maizena y 4 de harina de repostería
+
8 cucharadas de azúcar
+
1 vaso de leche entera
+
1 sobre de levadura
+
El zumo de medio limón
+
Mermelada de albaricoque o melocotón
+
Mantequilla para engrasar el molde
+
+
+
Preparación:
+
Ponemos a precalentar el horno y, mientras, vamos preparando la masa de la tarta:
+En un bol suficientemente hondo picamos o rallamos todas las manzanas, salvo una, que reservaremos para laminarla y cubrir la tarta. Incorporamos al bol los huevos, la leche, el azúcar, la ralladura y el zumo de limón, y batimos hasta que nos quede una mezcla bien fina. A continuación añadimos la maizena y la harina a través de un tamiz o colador, y la levadura. Batimos de nuevo hasta que se integren las harinas y no haya grumos.
+
La tarta de manzana. Historia, origen, día y trucos para que te quede de rechupete. Harina, agua, mantequilla y manzanas. (¡Parece una canción de Mary Poppins!) Son solo cuatro ingredientes, pero ¿no hacen que se os haga la boca agua? Sí, amigos, me refiero a la tarta de manzana.
+
+Sea cual sea su elaboración, porque hay muchas maneras de prepararla, no puedo evitar tener esa sensación. Más allá de confesar mi debilidad por este postre, hoy trataré de contaros un poquito más de él. Empezaré por el principio, su origen.
+
+
+
+
+
¿Qué ingredientes necesitamos para hacer esta receta de tarta de manzana casera?
+
1 kg de manzanas golden
+
2 huevos
+
4 cucharadas de maizena y 4 de harina de repostería
+
8 cucharadas de azúcar
+
1 vaso de leche entera
+
1 sobre de levadura
+
El zumo de medio limón
+
Mermelada de albaricoque o melocotón
+
Mantequilla para engrasar el molde
+
+
+
Preparación:
+
Ponemos a precalentar el horno y, mientras, vamos preparando la masa de la tarta:
+En un bol suficientemente hondo picamos o rallamos todas las manzanas, salvo una, que reservaremos para laminarla y cubrir la tarta. Incorporamos al bol los huevos, la leche, el azúcar, la ralladura y el zumo de limón, y batimos hasta que nos quede una mezcla bien fina. A continuación añadimos la maizena y la harina a través de un tamiz o colador, y la levadura. Batimos de nuevo hasta que se integren las harinas y no haya grumos.
+
+
+
+
+
\ No newline at end of file
diff --git a/tartademanzana/src/style.scss b/tartademanzana/src/style.scss
new file mode 100644
index 0000000..152a897
--- /dev/null
+++ b/tartademanzana/src/style.scss
@@ -0,0 +1,18 @@
+p{
+ color:blue;
+ width:"383";
+ height:"365"
+}
+
+h2{
+ color:blue;
+}
+
+.contenedor{
+ background-image: url('https://i.pinimg.com/1200x/a4/69/b5/a469b53b1f0a1059850cdf5f484d498d.jpg');
+ background-position: center center;
+ background-repead: no-repeat;
+ background-size: cover;
+ height: 400px;
+ color: #fff;
+}
\ No newline at end of file