diff --git a/images/hero1.jpg b/images/hero1.jpg new file mode 100644 index 0000000..ac67b9f Binary files /dev/null and b/images/hero1.jpg differ diff --git a/style.css b/style.css index 48775bd..eb4e2cb 100644 --- a/style.css +++ b/style.css @@ -257,7 +257,7 @@ a { } .carousel-inner { - background-image: url(./images/hero1.png); + background-image: url(./images/hero1.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;