<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="640" height="440">
<!-- CHARTS GRADIENT -->
<defs>
<linearGradient id="grad1" gradientUnits="userSpaceOnUse" x1="50" y1="350" x2="50" y2="220">
<stop offset="0%" style="stop-color:#00ff43;" />
<stop offset="50%" style="stop-color:#f9fd27;" />
<stop offset="100%" style="stop-color:#f20000;" />
</linearGradient>
</defs>
<!-- CHART -->
<polyline points="
50,350
60,340
70,345
80,330
90,320
100,325
" style="fill:none;" stroke="url(#grad1)" stroke-width="3" stroke-linecap="round" />
</svg>
e.delegateTarget
по идее содержит элемент, на котором висит слушатель..header {
overflow:hidden;
}
@media (min-width: 1300px) {
.header-logo {
margin-left: -100px;
}
}
<div class="hero-section">
<div class="hero-section__bg">
...контент фона
</div>
<div class="hero-section__content">
<div class="container">
...контент
</div>
</div>
</div>
.hero-section {
position: relative;
}
.hero-section__content {
position: relative;
z-index: 1;
}
.hero-section__bg {
position: absolute;
z-index: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
}
@media (min-width: 900px) {
.hero-section__bg {
width: 45%;
}
}
Подскажите есть ли возможность обращения в прокуратуру или отдел К? написать заявление на юр лицо и тд.
Первый звонок согласования тз и оплаты говорил по громкой связи, и последний звонок где заказчик говорит что я виноват в его проблемах, и что не заплатит мне вообще за такую работу, жена свидетель была рядом слушала мой разговор с заказчиком на громкой связи, так же есть подписанный мной НДА и все переписки от вебланса до ватсапа и сообщений.
<div id="app">
<router-view></router-view>
</div>
<main class="main">
<app-aside></app-aside>
<router-view></router-view>
</main>
<section class="app__section">
<section-header></section-header>
<router-view></router-view>
</section>