mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
99 lines
1.8 KiB
HTML
99 lines
1.8 KiB
HTML
<div class="card">
|
|
<div class="image"></div>
|
|
<div class="content">
|
|
<p class="text-1">
|
|
Run with the pack
|
|
</p>
|
|
|
|
<div class="text-2">
|
|
<span>
|
|
Get 35% off
|
|
</span>
|
|
<span>On your next order over $100</span>
|
|
</div>
|
|
|
|
<a class="action" href="">
|
|
Get Discount
|
|
</a>
|
|
|
|
<p class="date">
|
|
Offer valid until 29th April, 2023 *
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
/* From Uiverse.io by Yaya12085 - Tags: card, dark, product, colorful */
|
|
.card {
|
|
overflow: hidden;
|
|
border-radius: 0.5rem;
|
|
max-width: 300px;
|
|
background-color: #fff;
|
|
color: #212121;
|
|
}
|
|
|
|
.image {
|
|
height: 8rem;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
background-color: rgb(204, 0, 255);
|
|
background-image: linear-gradient(to right, rgb(255, 174, 0), rgb(204, 0, 255));
|
|
}
|
|
|
|
.content {
|
|
padding: 1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.text-1 {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
font-weight: 600;
|
|
letter-spacing: 0.1em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.text-2 {
|
|
margin-top: 1rem;
|
|
font-weight: 900;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.text-2 span:first-child {
|
|
font-size: 2.25rem;
|
|
line-height: 2.5rem;
|
|
font-weight: 900;
|
|
}
|
|
|
|
.text-2 span:last-child {
|
|
margin-top: 0.5rem;
|
|
display: block;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
|
|
.action {
|
|
margin-top: 1rem;
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: rgb(0, 0, 0);
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
border-radius: 4px;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
font-weight: 700;
|
|
letter-spacing: 0.1em;
|
|
text-transform: uppercase;
|
|
color: rgba(255, 255, 255, 1);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.date {
|
|
margin-top: 1rem;
|
|
font-size: 0.75rem;
|
|
line-height: 1rem;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: rgba(156, 163, 175, 1);
|
|
}
|
|
</style>
|