diff --git a/index.html b/index.html index e69de29..c501a75 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,28 @@ + + +
+ +Etiqueta de parrafo
+Etiqueta de parrafo
+Etiqueta de parrafo
+Etiqueta de parrafo
+Etiqueta de encabezado H2
+Etiqueta de encabezado H2
+Etiqueta de encabezado H3
+Etiqueta de encabezado H3
+ + + + + \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..707d08f --- /dev/null +++ b/main.css @@ -0,0 +1,30 @@ +p{ + color: red; +} +#h2{ + background-color:royalblue; +} +#h3{ + color: red; +} +#h1{ + color: yellow; + background-image: url(https://www.xtrafondos.com/wallpapers/ori-and-the-will-of-the-wisps-4898.jpg); +} +#bordePun{ + border-style: dotted; +} +#h2Altura{ + border-width: 100px; +} +#h2Ancho{ + border-width: 50%; +} +#h3Relleno{ + padding: 30px; +} +#h3Center{ + margin-left: auto; + margin-right: auto; + width: 12em +} \ No newline at end of file