Widget:Carousel: Difference between revisions

From Jcastle.info
No edit summary
No edit summary
Line 5: Line 5:
   height: 200px;
   height: 200px;
}
}
.carousel .item{
min-height: 200px;
}
</style>
</style>



Revision as of 23:31, 24 July 2017

<style> .carousel {

 position: relative;
 width: 500px;
 height: 200px;

} .carousel .item{ min-height: 200px; }

</style>