diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..af6c3fd --- /dev/null +++ b/css/style.css @@ -0,0 +1,33 @@ +p { + color: red; + border: 7px dotted black; +} + +h1 { + color: rgb(255, 255,0); +} + +h2 { + background-color: blue; + height: 100px; + width: 50%; +} + +h3 { + width: 30px; + margin: 0 auto; +} + +h3, p { + color: red; +} + + +div { + height: 100px; + width: 100%; + background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTm_2UHVbhX0pOAdthMwA0edMxgA4F2lD5q4zWah6uLpoPQaOf8Fq1K5w_x39nXzFvypEE&usqp=CAU"); + background-repeat: no-repeat; + background-position: center; + background-size: 100%; +} \ No newline at end of file diff --git a/img/jean-victor-balin-icon-cubes.png b/img/jean-victor-balin-icon-cubes.png new file mode 100644 index 0000000..48ff251 Binary files /dev/null and b/img/jean-victor-balin-icon-cubes.png differ diff --git a/index.html b/index.html index e69de29..70d78a2 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,20 @@ + + +
+ + + +Yo soy un parrafo
+Yo soy otro parrafo
+ + \ No newline at end of file