diff --git a/index .html b/index .html index 71307bb..ac45a7e 100644 --- a/index .html +++ b/index .html @@ -25,7 +25,7 @@ -

CURSO DE HTML

+

CURSO DE HTML

Listado del curso



Metaetiquetas para seo

-

CURSO CSS

-
- ffjffjfjfjfjfxj -
- - +

CURSO CSS

+ <

Listado del curso

+ +

+
+
+ <
+

Este es un párrafo especial ya que no tiene este programa lorem Ipsum

+

Este es un párrafo especial ya que no tiene este programa lorem Ipsum

+

Este es un párrafo especial ya que no tiene este programa lorem Ipsum

+

Este es un párrafo especial ya que no tiene este programa lorem Ipsum

+
> +

+ + + \ No newline at end of file diff --git a/otra-nota.md b/otra-nota.md new file mode 100644 index 0000000..951a846 --- /dev/null +++ b/otra-nota.md @@ -0,0 +1 @@ +# Notas al margen \ No newline at end of file diff --git a/otro-style.css b/otro-style.css new file mode 100644 index 0000000..6e9f59c --- /dev/null +++ b/otro-style.css @@ -0,0 +1 @@ +h1{text-align: center;} \ No newline at end of file diff --git a/style.css b/style.css index f5323f4..2b8cfd4 100644 --- a/style.css +++ b/style.css @@ -2,21 +2,25 @@ 1) el selector 2) el bloque de declaraciones atributo:valor*/ +/* el @import url() es mala práctica porque es bloqueante a la hora que el navegador lee los documentos*/ +@import url('otro-style.css'); + html { scroll-behavior: smooth;; } body { - background-color:#f005; - margin: 0; + background-color:white; + margin-left: 10px; } + a { margin: 3px; } -h2:target{color: #005;} +h2:target{color: #f00;} .css-curso {color:#00f;} -/* */ -h1{color: orangered; +/* El estilo (style) en línea es el que predomina; le sigue el estilo interno, y el final es el externo */ +h1{color: red; border: 3px; border-color: red; border-style: solid; @@ -28,5 +32,6 @@ border-color: blue; width: 200px; height: 200px; } -h2{color: #f00;} +h2{color: #0f0;} +#texto{color: #00f;} /* */ \ No newline at end of file