diff --git a/README b/README new file mode 100644 index 0000000..9fe622d --- /dev/null +++ b/README @@ -0,0 +1,12 @@ + + + + Fork Rafael Bullones + + +

Explicando los cambios realizados

+

+ En la carpeta estilos.css, cambie el color del fondo y de las letras del head. Y en la carpeta index.html coloque en un párrafo un texto diciendo "Rafael estuvo aquí" +

+ + diff --git a/css/estilo.css b/css/estilo.css index 3dfd13f..a84e06c 100644 --- a/css/estilo.css +++ b/css/estilo.css @@ -4,4 +4,8 @@ footer .container-fluid{ } #tab{ margin-top:4em; +} +head { + background-color:black + color:yellow } \ No newline at end of file diff --git a/index.html b/index.html index 1b22ce7..b9a48bc 100644 --- a/index.html +++ b/index.html @@ -116,6 +116,7 @@

Titulo

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.

+

Rafael estuvo aquí