summaryrefslogtreecommitdiff
path: root/Pages/Shared/_Masthead.cshtml
blob: 531a9a16f2d9095f473192d440f0d92b99940625 (plain)
1
2
3
4
5
6
7
8
9
10
11
<section class="masthead">
    <div class="container px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center">
        <div class="d-flex justify-content-center">
            <div class="text-center">
                <img class="mx-auto my-0" height="140" src="/assets/img/logo.svg" />
                <h2 class="text-white-50 mx-auto mt-2 mb-5">Нижнее бельё ручной работы по индивидуальным меркам</h2>
                <a class="btn btn-primary" href="#about">Узнать больше</a>
            </div>
        </div>
    </div>
</section>