carousel.blade.php 1.3 KB
<style>
body {
    /* padding: 100px 0; */
    /* margin: 0;
    display: flex;
    justify-content: center; */
    font-family: 'Lobster Two', cursive;
    font-weight: 70;
  }

  span {
    font-size: 18px;
    color: #242731;
     /* color: whitesmoke; */
    text-shadow: 0 0 #e2dad9, .06em 0 0 #fff, 0 0, -.06em 0 0 #fff;
    background: linear-gradient(#999, #999) center 1.09em no-repeat;
    background-size: 85% 0.5px;
    transition: 1s ease;
    font-kerning: none;
  }

  span:hover {
    background-size: 90% 1px;
  }
</style>

    <!-- ======= Hero Section ======= -->
    <section id="hero" class="d-flex align-items-center justify-content-center" style="object-fit: cover; opacity: 1;">
        @if($status =='hidden')
            style="display: none !important"

        @endif

        <div class="container position-relative">
            <link href="https://fonts.googleapis.com/css?family=Lobster+Two" rel="stylesheet">
        <span>
        <h1 class="h1">Biro Administrasi Pimpinan</h1>
         Sekretariat Daerah Pemerintah Provinsi Riau
        </span>
        <h1>{{ $status }}</h1>
        {{-- <h2>Sistem Informasi BUMD Riau</h2>
        <h3>"Menuju Riau Lebih Baik"</h3>
        <a href="#about" class="btn-get-started scrollto">Get Started</a> --}}
        </div>
    </section><!-- End Hero -->