diff --git a/assets/imgs/mando.png b/assets/imgs/mando.png index abd64ea..bdd3c55 100644 Binary files a/assets/imgs/mando.png and b/assets/imgs/mando.png differ diff --git a/films.html b/films.html index 22d9a76..78c2c1a 100644 --- a/films.html +++ b/films.html @@ -9,7 +9,6 @@ Films -
STAR WARS
+
diff --git a/styles/style.css b/styles/style.css index 548093e..cf76b6b 100644 --- a/styles/style.css +++ b/styles/style.css @@ -33,8 +33,12 @@ body{ background-image: url("../assets/imgs/starry_sky.jpg") } -#background-films { - width: auto; - background-image: url(""); + +div.image-films { + background-color: transparent; + margin-top: 20px; + margin-left: auto; + width: 30%; + content: url("../assets/imgs/mando.png"); } \ No newline at end of file