This commit is contained in:
Ilya Kantor 2017-03-21 14:41:49 +03:00
parent 4ae129054e
commit ab9ab64bd5
476 changed files with 3370 additions and 532 deletions

View file

@ -0,0 +1,13 @@
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.