HTML
- 13 ответов
- 0 вопросов
12
Вклад в тег
<section class="section"></section>
<section class="section"></section>
<section class="section"></section>
<section class="section"></section>
.section:nth-child(2n + 1) {
float: left;
clear: left;
}
.section:nth-child(2n) {
float: right;
clear: right;
}
.container {
column-width: 250px; /* Ширина колонки */
column-gap: 10px; /* Расстояние между колонками */
}
.item {
break-inside: avoid; /* Запрещает разрыв блока */
}
The cite element represents the title of a work... (Элемент cite представляет название работы...)
A person's name is not the title of a work... (Имя человек это не название работы...)
<article>
<footer>
<p>Nick</p>
<p><time datetime="2014-09-19">19 сентября 2014 год</time></p>
</footer>
<p>Так может быть оформлен комментарий в блоге.</p>
</article>