diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..ff95c13 --- /dev/null +++ b/css/index.css @@ -0,0 +1,21 @@ +h1 { + color: yellow; + background-image: url("../img/linux.png"); +} + +h2 { + height: 100px; + width: 50%; + background-color: aqua; +} +h3 { + margin-left: 50%; + background: 30px; + color: red; +} + +p { + border-style: dotted; + border-width: 7px; + color: red; +} diff --git a/img/linux.png b/img/linux.png new file mode 100644 index 0000000..bee31c7 Binary files /dev/null and b/img/linux.png differ diff --git a/index.html b/index.html index e69de29..89ac37b 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,18 @@ + + +
+ + + +Quizás lo más absurdo + es perderse en una mismo.
+El mayor enemigo del conocimiento no es la ignorancia, sino la ilusión del conocimiento
+ + \ No newline at end of file