diff --git a/index.html b/index.html
index e69de29..19ac0dc 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,15 @@
+
+
+
+
+ EjercicioCSS|Erick Sanchez
+
+
+
+ etiqueta H2
+ etiqueta H3
+ etiqueta parrafo 1
+ etiqueta parrafo 2
+ esta es una etiqueta H1
+
+
\ No newline at end of file
diff --git a/src/images/degradado fondo.jpg b/src/images/degradado fondo.jpg
new file mode 100644
index 0000000..8af56f0
Binary files /dev/null and b/src/images/degradado fondo.jpg differ
diff --git a/src/main.css b/src/main.css
new file mode 100644
index 0000000..58cee39
--- /dev/null
+++ b/src/main.css
@@ -0,0 +1,21 @@
+p {
+ color: red;
+ border-style: dotted 7px;
+}
+h3 {
+ color: red;
+ background-size: 30px;
+ text-align: center;
+}
+#azulClaro {
+ color:skyblue;
+}
+h1 {
+ color: yellow;
+ background-image:url("images/degradado\ fondo.jpg")
+
+}
+h2{
+ height: 100px;
+ width: 50%;
+}