A DOCTYPE must consist of the following components, in this order: string that is an ASCII case-insensitive match for the string !DOCTYPE"..., то бишь без учета регистра
display: none;
, visibility:hidden;
, opacity:0;
, так как многие боты и это раскусят.<form action="">
<input type="text" name="copyemail" placeholder="Email для копии">
<input type="text" name="name" placeholder="Имя">
<input type="email" name="email">
<button type="submit">Отправить</button>
</form>
input[name="copyemail"] {
display: block;
width: 2px;
height: 2px;
margin-bottom: -2px;
border: none;
padding: 0;
opacity: 0.01;
}
if ($_POST['copyemail']) {
//Это спам! Делаем вид, что сообщение отправлено.
die('Ваше сообщение отправлено');
} else {
//Все норм. Метро Люблино, работаем
}
height: auto
..класс_блока {
align-items: flex-start;
}
$('.btn__arrow__stroke').click(function() {
let tabsContent = $(this).closest('.tab_content.active');
let tabsToggler = $(this).closest('.tab_container').prev().find('li.active');
let dir = $(this).text().trim() == 'Пред.' ? 'prev' : 'next';
if (dir == 'prev') {
if (tabsToggler.prev().length) {
tabsToggler.prev().addClass('active').siblings().removeClass('active');
tabsContent.prev().show().addClass('active').siblings().hide().removeClass('active');
}
} else {
if (tabsToggler.next().length) {
tabsToggler.next().addClass('active').siblings().removeClass('active');
tabsContent.next().show().addClass('active').siblings().hide().removeClass('active');
}
}
});
<link rel="stylesheet" href="style.css">
<script src="/script.js"></script>
<link rel="stylesheet" href="style.css?v=1.0">
<script src="/script.js?v=1.1"></script>
.simple {
display: inline-block;
}
.simple:after {
content: '';
display: inline-block;
width: 12px;
height: 12px;
margin-left: 30px;
background-image: url("https://cdn1.savepice.ru/uploads/2022/4/16/edcafd0e519812c52d181453d55029dd-full.png");
background-repeat: no-repeat;
background-size: contain;
}
.simple:hover:after {
background-image: url("https://cdn1.savepice.ru/uploads/2022/4/16/b65792e10f9241773936ac68751ba911-full.png");
}