diff --git a/img/imagen.jpg b/img/imagen.jpg new file mode 100644 index 0000000..d467be0 Binary files /dev/null and b/img/imagen.jpg differ diff --git a/index.html b/index.html index e69de29..edad7a9 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,17 @@ + + +
+ +Y su respectivo parráfo
+ +Y su respectivo parráfo
+ + + \ No newline at end of file diff --git a/styles/styleIndex.css b/styles/styleIndex.css new file mode 100644 index 0000000..6d4648f --- /dev/null +++ b/styles/styleIndex.css @@ -0,0 +1,20 @@ +body{ + border: 25px; + border-style: dotted; +} +h1{ + color: yellow; + background-image: url(../img/imagen.jpg); + height: 500px; + background-repeat: no-repeat ; +} +h2{ + background-color: aquamarine; + height: 100px; + width: 50%; + color: red; +} +h3{ + padding: 30px; + color: red; +} \ No newline at end of file