mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 15:58:50 +00:00
Feed works with random testposts
This commit is contained in:
parent
e3e6649a51
commit
357f370b56
5 changed files with 141 additions and 44 deletions
17
code/frontend/src/testPost.css
Normal file
17
code/frontend/src/testPost.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue