add content
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-6 lg:grid-rows-3">
|
||||
<!-- row1 2col -->
|
||||
<div class="relative lg:col-span-3">
|
||||
<div class="absolute inset-px rounded-lg bg-black1 max-lg:rounded-t-[2rem] lg:rounded-tl-[2rem]"></div>
|
||||
<div class="absolute inset-px rounded-lg bg-white max-lg:rounded-t-[2rem] lg:rounded-tl-[2rem]"></div>
|
||||
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(var(--radius-lg)+1px)] max-lg:rounded-t-[calc(2rem+1px)] lg:rounded-tl-[calc(2rem+1px)]">
|
||||
<img class="h-80 object-cover object-left" src="/images/freezone2.jpg" alt="">
|
||||
<div class="p-10 pt-4">
|
||||
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
<!-- row1- 2 column -->
|
||||
<div class="relative lg:col-span-3">
|
||||
<div class="absolute inset-px rounded-lg bg-black1 lg:rounded-tr-[2rem]"></div>
|
||||
<div class="absolute inset-px rounded-lg bg-white lg:rounded-tr-[2rem]"></div>
|
||||
<div class="relative flex h-full flex-col overflow-hidden rounded-[calc(var(--radius-lg)+1px)] lg:rounded-tr-[calc(2rem+1px)]">
|
||||
<img class="h-80 object-cover object-left lg:object-right" src="images/dc2.jpg" alt="">
|
||||
<div class="p-10 pt-4">
|
||||
|
Reference in New Issue
Block a user