Widget:Carousel: Difference between revisions
From Jcastle.info
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<style> | <style> | ||
.carousel { | .carousel { | ||
position: relative; | position: relative; | ||
width: 500px; | width: 500px; | ||
height: 200px; | height: 200px; | ||
} | } | ||
</style> | </style> |
Revision as of 23:29, 24 July 2017
<style> .carousel {
position: relative; width: 500px; height: 200px;
} </style>