13 lines
306 B
Markdown
13 lines
306 B
Markdown
importance: 4
|
|
|
|
---
|
|
|
|
# Carousel
|
|
|
|
Create a "carousel" -- a ribbon of images that can be scrolled by clicking on arrows.
|
|
|
|
[iframe height=200 src="solution"]
|
|
|
|
Later we can add more features to it: infinite scrolling, dynamic loading etc.
|
|
|
|
P.S. For this task HTML/CSS structure is actually 90% of the solution.
|