<style>
.new-card {
flex: 0 0 200px;
height: 280px;
background: linear-gradient(145deg, #1a1a1a, #121212);
border-radius: 12px;
box-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
position: relative;
overflow: hidden;
cursor: pointer;
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1),
color 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
color: #ddd;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.05em;
text-align: center;
padding: 12px;
user-select: none;
text-decoration: none;
}
.new-card:hover {
transform: scale(1.12) translateY(-6px);
box-shadow:
0 0 24px 6px rgba(255, 215, 0, 0.8),
0 0 60px 12px rgba(255, 215, 0, 0.4);
color: gold;
: 10;
}
.new-tags {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.85);
color: gold;
font-family: monospace;
font-size: 0.85em;
letter-spacing: 1.3px;
text-align: center;
padding: 0 0;
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.45s ease,
padding 0.4s ease;
pointer-events: none;
user-select: none;
border-top: 1px solid rgba(255, 215, 0, 0.3);
}
.new-card:hover .new-tags {
max-height: 48px;
opacity: 1;
padding: 8px 0;
pointer-events: auto;
}
.new-card img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
pointer-events: none;
user-select: none;
}
</style>
<div style="display:flex; gap:20px; overflow-x:auto; padding:20px; ">
<a href="https://placeholder" class="new-card"><img src="https://placeholder" alt="@Lucifer - Hazbin Hotel"><div class="new-tags">INSERT TEXT</div></a>
<a href="https://placer" class="new-card"><img src="https://placeholder" alt="Bot 2"><div class="new-tags">INSERT TEXT</div></a>
<a href="https://placeholder" class="new-card"><img src="https://placehoder" alt="Bot 3"><div class="new-tags">INSERT TEXT</div></a>
<a href="https://placeholder" class="new-card"><img src="https://placeholder" alt="Bot 4"><div class="new-tags">INSERT TEXT</div></a>
<a href="
Personality: ? “
Scenario:
First Message: ?
Example Dialogs: ?
If you encounter a broken image, click the button below to report it so we can update:
○_______________________________