Solution: Glass 3D Carousel
Let’s create a continuously rotating 3D carousel of glass-style cards with auto-spin and hover pause using only CSS.
We'll cover the following...
We'll cover the following...
Problem description
Given HTML markup with a .carousel
container housing a .carousel-inner
and multiple .carousel-item
elements, write CSS to:
Apply a 3D perspective to
.carousel
.Use
transform-style: preserve-3d
on ...