diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c3629e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+node_modules
diff --git a/README.md b/README.md
index efba575..df61f08 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
+# Entregable 3
+
Entregable 3 de DGEU, opción A
+
diff --git a/entregable3.png b/entregable3.png
new file mode 100644
index 0000000..2803502
Binary files /dev/null and b/entregable3.png differ
diff --git a/public/css/wrapper.css b/public/css/wrapper.css
new file mode 100644
index 0000000..14695f9
--- /dev/null
+++ b/public/css/wrapper.css
@@ -0,0 +1,7 @@
+.wrapper {
+ display: grid;
+ grid-template-columns: repeat(5, 1fr);
+ gap: 40px;
+ grid-auto-rows: minmax(100px, auto);
+ }
+
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 1d8620d..71d0ad0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,6 +26,7 @@
+
@@ -39,7 +40,10 @@
+
+
+