Fedi.CrowdedGames.Group/CSS/expanded.css
CatAClock f03e73132a MoreWork Merge ()
- Animation improvements on `Index.html`.
- Reduced the amount of code (and improved readability) of the APIs.
- Optimizations as well, but not that much.
- Accounts are now viewable. You can also follow and block them to your heart's content (I don't know what happens when you both block and follow).
- Many, many bug fixes that made it through.

Reviewed-on: 
2025-05-26 02:37:03 +00:00

58 lines
662 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: 1%;
background-color: yellow;
}
/* Classes */
.Handle {
background-color: white;
}
.Origin {
background-color: grey;
}
.PostText {
background-color: #00FFFF;
}
.Images {
display: flex;
justify-content: center;
flex-wrap: wrap;
background-color: #050505;
}
.Button {
margin-top: 30px;
border-style: solid;
border-width: 1px;
width: 100px;
height: 100px;
}
footer {
display: flex;
justify-content: center;
height: 5vh;
}