diff --git a/project/examples/css/ex6.css b/project/examples/css/ex6.css index 269e9dd..07750a8 100644 --- a/project/examples/css/ex6.css +++ b/project/examples/css/ex6.css @@ -50,9 +50,10 @@ nav a { } /* HOME PAGE STYLES ------------------------------------------*/ +-----------------------------------------*/ .home { - background: url(../images/background-6.jpg) no-repeat 50%; + background: url(../images/background-6.jpg); + background-position: center center; background-size: cover; } diff --git a/project/examples/css/ex7.css b/project/examples/css/ex7.css index 206f89b..7b29337 100644 --- a/project/examples/css/ex7.css +++ b/project/examples/css/ex7.css @@ -50,9 +50,10 @@ nav a { } /* HOME PAGE STYLES ------------------------------------------*/ +-----------------------------------------*/ .home { - background: url(../images/background-6.jpg) no-repeat 50%; + background: url(../images/background-6.jpg); + background-position: center center; background-size: cover; } diff --git a/project/final/css/final.css b/project/final/css/final.css index 351b284..85405d3 100644 --- a/project/final/css/final.css +++ b/project/final/css/final.css @@ -65,7 +65,8 @@ nav a { /* HOME PAGE STYLES -----------------------------------------*/ .home { - background: url(../images/background-6.jpg) no-repeat 50%; + background: url(../images/background-6.jpg); + background-position: center center; background-size: cover; } diff --git a/slides.html b/slides.html index 1919b98..257bd8f 100644 --- a/slides.html +++ b/slides.html @@ -2157,14 +2157,14 @@