Записи автора Администратор
8 февраля 2024
.toc {
margin: 1em 0;
padding: 1em;
border-radius: 10px;
background-color: #f1f1f1;
display: inline-block;
}
.toc h4 {
font-size: 18px;
font-weight: 700;
margin: 0px;
text-transform: uppercase;
color: #29a366;
}
.toc li {
padding-left: 1em;
margin-left: 1.25em;
}
.toc li a {
text-decoration: none;
color: #4a4a4a;
}
.toc li:hover,...
31 мая 2021
.desktop-image {
display: block; /* Отображение по умолчанию на ПК */
}
@media (max-width: 768px) {
.desktop-image {
display: none; /* Скрыть на устройствах с шириной до 768px */
}
}
.anchor {
background-color: #15b2e114;
}
.responsive-image {
max-width: 100%;
max-height: 100%;...
14 февраля 2020
.desktop-image {
display: block; /* Отображение по умолчанию на ПК */
}
@media (max-width: 768px) {
.desktop-image {
display: none; /* Скрыть на устройствах с шириной до 768px */
}
}
.anchor {
background-color: #15b2e114;
}
.responsive-image {
max-width: 100%;
max-height: 100%;...
