Skip to content

Instantly share code, notes, and snippets.

@boyRick
boyRick / index.html
Created October 6, 2022 13:28
Modified Image Carousel/Slider
<section class="row">
<div class="nine columns">
<div class="coverflow top10 bot10">
<a class="prev-arrow"></a>
<a href=""><img src="http://placehold.it/400x400.jpg" class="coverflow__image" /></a>
<a href=""><img src="http://placehold.it/400x400.jpg" class="coverflow__image" /></a>
<a href=""><img src="http://placehold.it/400x400.jpg" class="coverflow__image" /></a>
<a href=""><img src="http://placehold.it/400x400.jpg" class="coverflow__image" /></a>
<a href=""><img src="http://placehold.it/400x400.jpg" class="coverflow__image" /></a>
<a class="next-arrow"></a>