input:checked + .toggled{
height: auto;
min-height: 150px;
opacity: 1;
}
ymaps.ready(function () {
var myMap = new ymaps.Map('map', {
center: [55.751574, 37.573856],
zoom: 10
}, {
searchControlProvider: 'yandex#search'
}),
myPlacemark = new ymaps.Placemark([55.661574, 37.573856], {
hintContent: 'Подсказка',
balloonContent: 'Содержание'
}, {
// Опции.
// Необходимо указать данный тип макета.
iconLayout: 'default#image',
// Своё изображение иконки метки.
iconImageHref: 'marker.png',
// Размеры метки.
iconImageSize: [20, 28],
// Смещение левого верхнего угла иконки относительно
// её "ножки" (точки привязки).
iconImageOffset: [-10, -28]
});
myMap.geoObjects.add(myPlacemark);
});
@media (min-width: 320px) and (max-width: 413px) {
/* стили */
}
@media (min-width: 414px) and (max-width: 575px) {
/* другие стили*/
}
<?php
echo '<img style="width: 242px; height: 224px;" src="https://habrastorage.org/webt/5d/af/4f/5daf4facbe8c6020796636.png" alt="такое">';
.brands__item:hover .brands__image;{
.brands__item:hover .brands__image {
<a class="logo-link" href="https://korolev.by/">
<img src="https://korolev.by/wp-content/uploads/2019/09/logo.png" alt="Korolev." class="regular-logo">
<img src="http://wp.magnium-themes.com/saxon/saxon-1/wp-content/uploads/2018/11/saxon-mainlogo-white2x.png" alt="Korolev." class="light-logo">
</a>
var re = 'яблоки';
var reg = new RegExp(re,"g");
var str = 'яблоки круглые и яблоки сочные.';
var str = str.replace(reg, '<a href="#">' + re + '</a>');
alert(str);