mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
17 lines
324 B
CSS
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;
|
|
}
|