From fa0d4824a832784d5ae7d7200d8b5bfd1358aac1 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 30 Oct 2015 12:18:16 +0100 Subject: change background --- carousel.css | 4 +++- img/IMG_0336.JPG | Bin 177154 -> 0 bytes img/IMG_0337.JPG | Bin 190382 -> 0 bytes img/businessmans3.jpg | Bin 65416 -> 0 bytes img/camille.png | Bin 328375 -> 0 bytes img/dandelion-335222_640.png | Bin 0 -> 96797 bytes index.html | 4 ---- 7 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 img/IMG_0336.JPG delete mode 100644 img/IMG_0337.JPG delete mode 100644 img/businessmans3.jpg delete mode 100644 img/camille.png create mode 100644 img/dandelion-335222_640.png diff --git a/carousel.css b/carousel.css index 8833f82..e491219 100644 --- a/carousel.css +++ b/carousel.css @@ -41,6 +41,9 @@ body { .carousel { height: 500px; margin-bottom: 60px; + background-color: #777; + background-image: url("img/dandelion-335222_640.png"); + background-repeat:repeat-x; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { @@ -50,7 +53,6 @@ body { /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; - background-color: #777; } .carousel-inner > .item > img { position: absolute; diff --git a/img/IMG_0336.JPG b/img/IMG_0336.JPG deleted file mode 100644 index a8a7a2b..0000000 Binary files a/img/IMG_0336.JPG and /dev/null differ diff --git a/img/IMG_0337.JPG b/img/IMG_0337.JPG deleted file mode 100644 index 7c7b5b2..0000000 Binary files a/img/IMG_0337.JPG and /dev/null differ diff --git a/img/businessmans3.jpg b/img/businessmans3.jpg deleted file mode 100644 index 0cbfa18..0000000 Binary files a/img/businessmans3.jpg and /dev/null differ diff --git a/img/camille.png b/img/camille.png deleted file mode 100644 index 14b90f4..0000000 Binary files a/img/camille.png and /dev/null differ diff --git a/img/dandelion-335222_640.png b/img/dandelion-335222_640.png new file mode 100644 index 0000000..d707b82 Binary files /dev/null and b/img/dandelion-335222_640.png differ diff --git a/index.html b/index.html index e9b68ee..f5ca617 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,6 @@