diff --git a/README.md b/README.md index c2ecf53..8a0a3fc 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # lapzdev.github.io ## Esto es una prueba -========= # PÁGINA WEB INICIAL ## Temario -vasilio +
+ +vasilio Enlace principal
- diff --git a/index .html b/index .html index 396d56d..0c38086 100644 --- a/index .html +++ b/index .html @@ -2,13 +2,9 @@ - - - - - + @@ -16,14 +12,17 @@ + - + prueba -

CURSO DE HTML

+

CURSO DE HTML

Listado del curso



Metaetiquetas para seo

+

CURSO CSS

+
+ ffjffjfjfjfjfxj +
- \ No newline at end of file + diff --git a/merge.md b/merge.md deleted file mode 100644 index e69de29..0000000 diff --git a/notas-marge.md b/notas-marge.md deleted file mode 100644 index dce922f..0000000 --- a/notas-marge.md +++ /dev/null @@ -1,2 +0,0 @@ -# INICIO -## Temática \ No newline at end of file diff --git a/notasnuevas.md b/notasnuevas.md deleted file mode 100644 index e69de29..0000000 diff --git a/prog.js b/prog.js index 734cd53..1552a4e 100644 --- a/prog.js +++ b/prog.js @@ -1,4 +1,6 @@ let a=9.8 console.log(a) console.log('Esta es una prueba') -alert('Prueba con alert') \ No newline at end of file +alert('Prueba con alert') +let b = 'esta es otra version' +console.log(b) \ No newline at end of file diff --git a/style.css b/style.css index 794bd47..4b8ba5d 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,27 @@ +/**Una regla css consta de dos partes: +1) el selector +2) el bloque de declaraciones +atributo:valor*/ html { scroll-behavior: smooth;; } body { - background-color: aqua; + + background-color:#f005; + margin: 0; } a { margin: 3px; } -h2:target{color:red}; +h2:target{color: #005;} +.css-curso {color:#00f;} +/* */ +h1{color: orangered; } +#box{color: #f50; + border: 3px; +border-color: blue; +width: 200px; +height: 200px; +} +h2{color: #f00;} +/* */ \ No newline at end of file