summaryrefslogtreecommitdiff
path: root/carousel.css
diff options
context:
space:
mode:
Diffstat (limited to 'carousel.css')
-rw-r--r--carousel.css4
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;