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 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'carousel.css') 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; -- cgit v1.2.3