Дополнительные действия
DarkMuse (обсуждение | вклад) Новая страница: «.template-listItem { margin-top: 20px; } .template-listItem__title { color: red; font-weight: 700; } .template-listItem__content { font-size: 0.875rem; }» |
DarkMuse (обсуждение | вклад) Нет описания правки Метка: редактор вики-текста 2017 |
||
| (не показана 1 промежуточная версия этого же участника) | |||
| Строка 1: | Строка 1: | ||
<syntaxhighlight lang="css" line="1"> | |||
.template-listItem { | .template-listItem { | ||
margin-top: 20px; | margin-top: 20px; | ||
| Строка 11: | Строка 12: | ||
font-size: 0.875rem; | font-size: 0.875rem; | ||
} | } | ||
</syntaxhighlight> | |||
Текущая версия от 19:50, 30 августа 2024
.template-listItem {
margin-top: 20px;
}
.template-listItem__title {
color: red;
font-weight: 700;
}
.template-listItem__content {
font-size: 0.875rem;
}