Посмотрите также тренажеры
Click to order
Ваш заказ
Total: 
ABOUT
NEWS
COMPANY
PRODUCTION
7205 Rempel Mews Apt. 609 Vernerfort, WY 36289-5662
SIMPLE PEOPLE
FIND
ABOUT
She nodded. She said she was going back – perhaps the other call would come in – and he went to fetch her cell phone and Tiny's number and walkedwith her to her partner's white BMW, and then they saw Bester Brits and his convoy of troops arriving and he felt the rage growing in him again but suppressed it.
Strategy
Product
Marketing
Error tracking
Performance monitoring
Host monitoring
Metric dashboards
Plans & pricing
Live chat
Workflow features
Documentation
Anomaly detection
Blog
Case study
PAUL TAYLOR
CHIEF WEB OFFICER
Curiosity about life
Everything should be made as simple as possible, but not simpler.
VIEV PROJECT
Design creates culture
Everything should be made as simple as possible, but not simpler.
VIEV PROJECT
he moved like a ninety-year-old. He couldn't stand straight, but was all bent out of shape, and shuffled. I helped him put on clean clothes.
When he had to get up to go to the bathroom
TEAM
George Dennis
The most important guy
Sherry Warner
What can he do
Kristen Quinn
For quantity
Metric dashboards
Plans & pricing
Live chat
Workflow features
Documentation
Anomaly detection
"Curiosity about life in all its aspects, I think, is still the secret of great creative people"
PROJECT
300
Prime number
a couple of years of donhood after the war, lecturing on Oriental history, breathing dust in sunny libraries, cruising down the High on a push bicycle.
Remotest of all was Oxford, where he had had
24+
The same number
2019
Year of birth
337
number without
Nor did he sigh retrospectively, when he viewed the equally pleasant, but not wholly satisfying vista of the past decade.
CONTACT US
Как сделать
Эффект размытия
Фиксацию zero меню
Эффект размытия
1. В Zero-блоке добавляем шейп и делаем его прозрачным на 20%
2. Добавляем код, который я указал ниже
3. Находим ID нашего шейпа и заменяем в коде
<style>

.tn-elem[data-elem-id="1618131560285"]{

backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

}

</style>
Как найти ID шейпа
1. Правой кнопкой мыши и "Посмотреть код"
2. Смотрим раздел Styles
3. Копируем ID шейпа
4. Вставляем в код
Фиксация zero меню
1. Создаем zero меню
2. В нашем случае удаляем фон
3. Добавляем код и прописываем #rec нашего zero меню
<style>
.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
}
.transtime{transition:  all 0.4s cubic-bezier(0, 0, 0.8, 1.0)}
</style>
<script>
$(document).ready(function(){
    let scrolldistance = 10; //Дистанция скролла
    let blockMenuID = '#rec323613428'; //ID Zero
    $(blockMenuID).addClass('fixed');
    setTimeout(function(){ 
        $(blockMenuID).addClass('transtime')
        if($(document).scrollTop()>scrolldistance){$(blockMenuID).addClass('fonmenu')};
    }, 500);
    $(window).scroll(function() { 
        var top = $(document).scrollTop();
        //Если перемещение больше 10 px
        if (top >= scrolldistance) { 
          $(blockMenuID).addClass('fonmenu');
        } else {
          $(blockMenuID).removeClass('fonmenu'); 
        }
    });
});
</script>
Шрифт
Montserrat
ID шаблона
20040405
Как добавить шаблон
Создаем новую страницу на сайте
Скроллим в самый низ
Добавляем нужный id шаблона