diff --git a/SRC/CSS/main_styles.css b/SRC/CSS/main_styles.css new file mode 100644 index 0000000..67af5e4 --- /dev/null +++ b/SRC/CSS/main_styles.css @@ -0,0 +1,26 @@ +/*Etiquetas*/ +h3{ + color: red; + padding: 30px; + align-self: center; +} + +p{ + color: red; + border-style: dotted; + border-width: 7px; + border-color: teal; + text-align: center; +} + +h2{ + background-color: lightblue; + text-align: center; + height: 100px; + width: 50%; +} + h1{ + background-image: url("../img/descargar.jpg"); + text-align: center; + color: yellow; + } \ No newline at end of file diff --git a/SRC/img/descargar.jpg b/SRC/img/descargar.jpg new file mode 100644 index 0000000..7a2549d Binary files /dev/null and b/SRC/img/descargar.jpg differ diff --git a/index.html b/index.html index e69de29..09a4673 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,17 @@ + + +
+ +Ejercico en Clase
+Me quede con Hambre!!
+ + + \ No newline at end of file