for="app__design"
в лейбле тоже работать не будет, потому что на инпуте нет соответствующего id. .icon-logo:before {
display: block;
content: '';
width: 110px;
height: 40px;
border: 1px solid black;
background-image: url("https://png.pngtree.com/element_pic/00/16/07/115783931601b5c.jpg");
background-size: 110px 40px;
}
.free-subtext:after{
display: block;
content: '';
border-top: 2px solid #b7bfc5;
}
.free-subtext > p:not(:last-of-type):after{
display: block;
content: '';
margin-top: 15px;
border-top: 2px solid #b7bfc5;
}
swiper.on('init', function () {
if (window.location.hash) {
const hash = window.location.hash
const slideIndex = parseInt(hash.replace('#slide', ''), 10)
swiper.slideTo(slideIndex) // либо slideToLoop, если у вас включен loop
}
})
swiper.on('slideChange', function () {
window.location.hash = `#slide${swiper.activeIndex}` // либо realIndex, если включен loop
})
This is the beta channel - a major refactor that brings initial Vue 3 support.
v-for="(todo, index) in todos" :key="index"
c.addEventListener('click', function (){
cs++;
kol.textContent = cs;
});
<meta name="viewport" content="width=device-width, initial-scale=1.0">