diff --git a/css/general.css b/css/general.css index 3f027f9..5f75c4d 100644 --- a/css/general.css +++ b/css/general.css @@ -431,7 +431,7 @@ nav ul li { /* Header */ #header-background { - background-image: url(/img/background2.png); + background-image: url(/img/background.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..2a7663b Binary files /dev/null and b/img/background.jpg differ diff --git a/img/background1.jpg b/img/background1.jpg deleted file mode 100644 index cda7875..0000000 Binary files a/img/background1.jpg and /dev/null differ diff --git a/img/background2.png b/img/background2.png deleted file mode 100644 index dd194b0..0000000 Binary files a/img/background2.png and /dev/null differ diff --git a/img/background3.jpg b/img/background3.jpg deleted file mode 100644 index e9ab76f..0000000 Binary files a/img/background3.jpg and /dev/null differ