Return to Snippet

Revision: 67820
at October 31, 2014 01:09 by madebycrunch


Initial Code
.slideshow {
	}
.slideshow .item {
	display:block;
	}
.slideshow .item .image {
	}
.slideshow .item .image img {
	display:block;
	overflow:hidden;
	}
.slideshow .item .info {
	}
.slideshow .item .info .text { 
	position:absolute;
	padding:10px;
	right:0;
	bottom:0;
	left:0;
	font-size:11px; font-size:1.1rem;
	}

Initial URL


Initial Description
CSS - Page Component - Image Slideshow

Initial Title
CSS - Page Component - Image Slideshow

Initial Tags


Initial Language
CSS