en.javascript.info/2-ui/2-events-and-interfaces/1-introduction-browser-events/6-carousel/task.md
2015-01-29 00:09:23 +03:00

12 lines
551 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Карусель
[importance 4]
Напишите "Карусель" -- ленту изображений, которую можно листать влево-вправо нажатием на стрелочки.
[iframe height=200 src="solution"]
В дальнейшем к ней можно легко добавить анимацию, динамическую подгрузку и другие возможности.
P.S. В этой задаче разработка HTML/CSS-структуры составляет 90% решения.