display: none;
}
+.carousel-caption {
+ position: absolute;
+ top: 5%;
+ bottom: auto;
+ right: 2%;
+ left: 35%;
+ z-index: 10;
+ padding-top: 10px;
+ padding-bottom: 10px;
+ color: #ffffff;
+ text-align: center;
+ background-color: rgba(0, 0, 0,0.4);
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+ border-radius: 8px;
+}
+
.margin-top {
margin-top: 40px;
}
<!-- wrapper for slides -->
<ul class="carousel-inner list-unstyled">
- <li class="item active">
+ <li class="item active">
<img src="/2014/i/lp13-expand-the-tent.jpg"
alt="[ The Expanding the Tent panel ]">
+ <p class="lead carousel-caption">
+ Call for proposals now open!
+ <a class="btn btn-default" href="#">Submit a proposal</a>
+ </p>
</li>
- <li class="item">
+ <li class="item">
<img src="/2014/i/lp13-printer.jpg"
alt="[ Aleph Objects' Lulzbot 3D printer ]">
</li>