0
0
MyDarling/Views/Home/_Masthead.cshtml
2023-02-14 07:04:29 +03:00

11 lines
602 B
Plaintext

<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>