BG template demo
This commit is contained in:
BIN
resources/public/img/bg-coming-soon.png
Normal file
BIN
resources/public/img/bg-coming-soon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 240 KiB |
@ -2,7 +2,7 @@
|
||||
|
||||
@section('content')
|
||||
<div class="relative h-screen w-full flex items-center justify-center bg-cover bg-center text-center px-5"
|
||||
style="background-image:url(https://images.pexels.com/photos/260689/pexels-photo-260689.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);">
|
||||
style="background-image:url({{ asset('vendor/vuexy-layout-simple-koneko/img/bg-coming-soon.png') }});">
|
||||
<div class="absolute top-0 right-0 bottom-0 left-0 bg-gray-900 opacity-75"></div>
|
||||
|
||||
<div class="z-50 flex flex-col justify-center text-white w-full h-screen">
|
||||
|
Reference in New Issue
Block a user