Files
vvveb-cms/static/Vvvebjs/demo/landing/sections/hero/hero-13.html

31 lines
1.2 KiB
HTML
Raw Normal View History

2026-05-17 21:09:32 +08:00
<header class="hero-13 py-5" aria-label="hero-13">
<div class="container-fluid col-xxl-8">
<div class="row flex-lg-nowrap align-items-center g-5">
<div class="order-lg-1 w-100">
<video class="min-vh-100" autoplay="true" preload="true" muted="true" loop="true" playsinline="true" style="object-fit: cover; object-position: 50% 50%;" src="../../media/demo/sample.webm" poster="demo/img/video-1.webp" type="video/mp4">
</video>
</div>
<div class="col-lg-6 col-xl-5 text-center text-lg-start pt-lg-5 mt-xl-4">
<div class="mb-4">
<div>
<h1 class="display-2 fw-bold">Next generation website builder</h1>
</div>
</div>
<div class="mb-5">
<div>
<p class="lead">Powerful and easy to use drag and drop website builder for blogs, presentation or ecommerce stores.</p>
</div>
</div>
<div class="d-grid d-lg-block gap-2">
<a class="btn btn-primary btn-lg" href="#" role="button">Free download</a>
<a class="btn btn-outline-primary btn-lg" href="#" role="button">Live demo</a>
</div>
</div>
</div>
</div>
</header>