You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
16 lines
793 B
16 lines
793 B
@extends("layout") |
|
|
|
@section("content") |
|
<div class="flex flex-col desktop:w-3/4 laptop:w-[90%] mx-auto mt-2 pt-5 px-3 h-full"> |
|
<h1 class="px-3 text-[3rem] font-semibold border-b border-gray-750 mb-5">Demo</h1> |
|
<div class="w-full h-[40rem] bg-gradient-to-r from-orange-400 to-orange-600 |
|
laptop:p-[3px] p-[2px] rounded-2xl mt-2 shadow-sm shadow-gray-950 overflow-hidden mb-6"> |
|
<div class="rounded-2xl bg-gray-900 laptop:p-[30px] overflow-hidden w-full h-full"> |
|
<div class="rounded-xl overflow-hidden w-full h-full shadow-xl shadow-gray-950"> |
|
<iframe src="https://tour.panoee.net/677f7df0c321a92092e365dd" class="w-full h-full"></iframe> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
@endsection |
|
|
|
|