VogelSocialMedia/code/frontend/src/testPost.css
2025-07-01 09:45:15 +02:00

17 lines
324 B
CSS

.testPostCard {
width: 100%;
height: 180px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
font-size: 3rem;
font-weight: bold;
color: white;
user-select: none;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.testPostNumber {
pointer-events: none;
}