en.javascript.info/03-more/11-css-for-js/04-float/02-tree-with-multiline-nodes/solution.md
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

3 lines
No EOL
248 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.

Для решения можно применить принцип двухколоночной верстки `float` + `margin`. Иконка будет левой колонкой, а содержимое -- правой.
[edit src="solution"/]