This commit is contained in:
Kriszti 2024-03-27 14:14:14 +01:00
commit fc247836c1
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,12 @@
@using BlazorWASM.Shared
<div class="hero text-secondary px-4 py-5 text-center">

@using BlazorWASM.Shared
<div class="hero text-secondary px-4 py-5 text-center" style="position: relative">
<video autoplay loop muted style="position: absolute; width: 100%; height: 100%; object-fit: cover; left:0px;">
<source src="_content/SharedUI/assets/video/mango2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="py-5" style="position: relative">
<h1 class="display-5 fw-bold text-white" style="position:relative; z-index:100">Üdv a MangoWebnél!</h1>
<div class="col-lg-6 mx-auto" style="position:relative; z-index:100">

Binary file not shown.