wooden-beard-40210
07/15/2024, 3:59 PMwooden-beard-40210
07/15/2024, 3:59 PMwooden-beard-40210
07/15/2024, 4:00 PMwooden-beard-40210
07/15/2024, 4:03 PM.bpw-card-container {
font-family: "Lexend", sans-serif;
line-height: 1.5;
background-color: #FFF;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 20px 50px 0 rgba(0, 0, 0, 0.1);
border-radius: 15px;
overflow: hidden;
padding: 1.25rem;
width: 300px;
max-width: 400px;
transition: 0.15s ease-in;
padding-bottom: 25px;
}
.bpw-card-container:hover,
.bpw-card-container:focus-within {
box-shadow: 0 0 0 2px #16C79A, 0 10px 60px 0 rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
}
.bpw-card-picture {
border-radius: 10px;
overflow: hidden;
height: 200px;
background-size: cover;
background-position: center;
}
.bpw-card-header {
margin-top: 1.5rem;
}
.bpw-card-title {
font-weight: 600;
font-size: 1.375rem;
line-height: 1.25;
margin-bottom: 0.5rem;
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
}
.bpw-card-subtitle {
font-size: 1em;
color: #666;
font-weight: 400;
letter-spacing: 0.5px;
margin-bottom: 1.25rem;
}
.bpw-card-buttons {
display: flex;
justify-content: center;
width: 100%;
box-shadow: none;
border: none;
align-items: center;
text-align: center;
transform: translateY(-10px);
}
.bpw-card-buttons:hover > .bpw-card-action{
text-decoration: none;
color: #333;
}
.bpw-card-action {
display: block;
text-decoration: none;
background: linear-gradient(to bottom,
#fff 0%,
#fff 80%,
#16C79A 80.1%,
#16C79A 100%
) no-repeat;
color: #333;
padding: 12px 24px;
border-radius: 2px;
font-size: 0.9em;
font-weight: 500;
background-size: 40% 100%;
width: 30%;
box-shadow: none;
border: none;
transition: all 0.25s ease;
}
.bpw-card-action:hover {
background-size: 100% 100%;
}
wooden-beard-40210
07/15/2024, 4:04 PM@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&display=swap');
for the fontwooden-beard-40210
07/15/2024, 4:04 PMfresh-motherboard-89246
08/01/2024, 5:04 PMwooden-beard-40210
08/01/2024, 5:14 PMwooden-beard-40210
08/01/2024, 5:14 PMfresh-motherboard-89246
08/01/2024, 5:15 PM