MissnationBlazor/MissNationSharedUI/Shared/Components/Layout/SuperHeroComponent.razor

22 lines
1.0 KiB
Plaintext

<!--hero section-->
<div class="banner-state vertical-align mt-5" style="height:80vh;">
<div class="container-fluid h-100">
<div class="row h-100">
<div class="col-xs-12 h-100">
<div class="banner-title align-content-center" style="display:inline-grid; height:100%; width:100%; margin: 0 auto;">
<div id="containerAnimation" class="container-overflowvisible justify-content-center" style="display:grid; height:100%; width: 100%">
<img src="_content/MissNationSharedUI/assets/img/logohotel1.png" style="animation-duration: 1725ms; opacity: 0.2; align-self:center; margin:auto; filter: blur(4px); max-width:700px; width:50vw"/>
<p style="animation-duration: 1725ms; font-size:15vw; text-align:center" class="right-to-left"><span style="color:#d6b161">#</span><span>Ion</span><span style="color:#d6b161">QP</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--hero section-->
@code {
}