diff --git a/index.html b/index.html
index e5bcebc..05cb426 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,16 @@
-
Este es un sitio web con Github Pages
-Y fue creado con amor para el Curso de Git y Github de Platzi
-
+
+
+
+
+
+
+
+ Pagina con amor para gitHub
+
+
+ Este es un sitio web con Github Pages
+ Y fue creado con amor para el Curso de Git y Github de Platzi
+ 
+
+
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..73d50fd
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,21 @@
+*{
+ padding: 0;
+ margin: 0;
+}
+
+body{
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+ font-family: 'Courier New', Courier, monospace;
+}
+
+h1{
+ color: navy;
+ margin-bottom: 30px;
+}
+
+p{
+ margin-bottom: 5px;
+}
\ No newline at end of file