diff --git a/README.md b/README.md index 370207b2d..e5f9e5963 100644 Binary files a/README.md and b/README.md differ diff --git a/assets/css/estilos.css b/assets/css/estilos.css index dc713cd23..773bb3f27 100644 --- a/assets/css/estilos.css +++ b/assets/css/estilos.css @@ -5,10 +5,15 @@ body { /* Hero Section */ #Hero-Section { - background-image: url("../img/bg-hero.jpg"); + background-image: url("../img/Diseño\ sin\ título.png"); background-repeat: no-repeat; background-size: cover; background-position: left; + +} + +.container { + color: blue; } /* Mis trabajos */ @@ -19,6 +24,9 @@ body { background-size: cover; background-position: center; } +.img-fluid { + width: 60px; +} /* Contacto */ diff --git "a/assets/img/Dise\303\261o sin t\303\255tulo.png" "b/assets/img/Dise\303\261o sin t\303\255tulo.png" new file mode 100644 index 000000000..287132e7d Binary files /dev/null and "b/assets/img/Dise\303\261o sin t\303\255tulo.png" differ diff --git "a/assets/img/Dise\303\261o sin t\303\255tulo1.png" "b/assets/img/Dise\303\261o sin t\303\255tulo1.png" new file mode 100644 index 000000000..05e6bd277 Binary files /dev/null and "b/assets/img/Dise\303\261o sin t\303\255tulo1.png" differ diff --git a/index.html b/index.html index d96ee5a64..3416c94c7 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ -