en.javascript.info/2-ui/2-events/01-introduction-browser-events/07-carousel/task.md
Ilya Kantor ab9ab64bd5 up
2017-03-21 14:41:49 +03:00

306 B

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.