Fedi.CrowdedGames.Group/CSS/expanded.css
CatAClock 786c6d9467 V1.0.1 (#63)
Time for the pull request for the mass amounts of bugs I encountered.

Reviewed-on: #63
Co-authored-by: CatAClock <CatAClock@proton.me>
Co-committed-by: CatAClock <CatAClock@proton.me>
2025-06-29 02:26:42 +00:00

64 lines
734 B
CSS

/* HTML items */
img, video {
border-style: solid;
border-radius: 1%;
background-color: yellow;
width: 45%;
}
body {
margin: 0px;
text-align: center;
}
.Embed {
border-style: solid;
border-radius: 2%;
background-color: yellow;
}
/* Classes */
.Handle {
background-color: white;
word-wrap: break-word;
}
.Origin {
background-color: grey;
}
.PostText {
background-color: #00FFFF;
}
.Images {
display: flex;
justify-content: center;
flex-wrap: wrap;
background-color: #050505;
}
.Favorite, .Boost, .Reply {
margin: auto;
}
.Button {
margin-top: 30px;
border-style: solid;
border-width: 1px;
width: 100px;
height: 100px;
}
footer {
display: flex;
justify-content: center;
height: 5vh;
}