diff --git a/.DS_Store b/.DS_Store index 3bb6e78..66eb824 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/main.css b/css/main.css index 89687d5..6632958 100644 --- a/css/main.css +++ b/css/main.css @@ -128,6 +128,7 @@ footer { body { background: black; + background-image: url("/img/background.jpg"); } nav { diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..21cf856 Binary files /dev/null and b/img/background.jpg differ