diff options
| author | Morgan <morgan.bohn@unistra.fr> | 2015-10-30 12:18:16 +0100 |
|---|---|---|
| committer | Morgan <morgan.bohn@unistra.fr> | 2015-10-30 12:18:16 +0100 |
| commit | fa0d4824a832784d5ae7d7200d8b5bfd1358aac1 (patch) | |
| tree | b814fef1daa328fcb3aa08795652c004ae9aaacb /carousel.css | |
| parent | correct bug (diff) | |
| download | spore.github.io-fa0d4824a832784d5ae7d7200d8b5bfd1358aac1.tar.gz | |
change background
Diffstat (limited to '')
| -rw-r--r-- | carousel.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
