-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
71 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<a href="#" class="relative block rounded-tr-3xl border border-gray-100"> | ||
<span | ||
class="absolute -right-px -top-px rounded-bl-3xl rounded-tr-3xl bg-rose-600 px-6 py-4 font-medium uppercase tracking-widest text-white" | ||
> | ||
Save 10% | ||
</span> | ||
|
||
<img | ||
src="https://images.unsplash.com/photo-1485955900006-10f4d324d411?q=80&w=2672&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" | ||
alt="" | ||
class="-ml-6 -mt-6 h-80 w-full rounded-bl-3xl rounded-tr-3xl border border-gray-300 object-cover" | ||
/> | ||
|
||
<div class="p-4 text-center"> | ||
<strong class="text-xl font-medium text-gray-900"> Aloe Vera </strong> | ||
|
||
<p class="mt-2 text-pretty text-gray-700"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet officia rem vel voluptatum in | ||
eum vitae aliquid at sed dignissimos. | ||
</p> | ||
|
||
<span | ||
class="mt-4 block rounded-md border border-indigo-900 bg-indigo-900 px-5 py-3 text-sm font-medium uppercase tracking-widest text-white transition-colors hover:bg-white hover:text-indigo-900" | ||
> | ||
Learn More | ||
</span> | ||
</div> | ||
</a> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<a href="#" class="relative block rounded-tr-3xl border border-gray-100"> | ||
<span | ||
class="absolute -right-px -top-px rounded-bl-3xl rounded-tr-3xl bg-rose-600 px-6 py-4 font-medium uppercase tracking-widest text-white" | ||
> | ||
Save 10% | ||
</span> | ||
|
||
<img | ||
src="https://images.unsplash.com/photo-1485955900006-10f4d324d411?q=80&w=2672&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" | ||
alt="" | ||
class="h-80 w-full rounded-tr-3xl object-cover" | ||
/> | ||
|
||
<div class="p-4 text-center"> | ||
<strong class="text-xl font-medium text-gray-900"> Aloe Vera </strong> | ||
|
||
<p class="mt-2 text-pretty text-gray-700"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Amet officia rem vel voluptatum in | ||
eum vitae aliquid at sed dignissimos. | ||
</p> | ||
|
||
<span | ||
class="mt-4 block rounded-md border border-indigo-900 bg-indigo-900 px-5 py-3 text-sm font-medium uppercase tracking-widest text-white transition-colors hover:bg-white hover:text-indigo-900" | ||
> | ||
Learn More | ||
</span> | ||
</div> | ||
</a> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters