Fedi.CrowdedGames.Group/CSS/account.css
CatAClock 8c69eaa88a FinalReleaseChanges (#49)
- Loads of bug fixes.
- CSS improvements.
- Tags added.
- Optimized some things.
- Some other oddities? I don't know :3
- Happiness increased by 2%.
2025-06-05 00:25:39 +00:00

72 lines
932 B
CSS

html {
background: linear-gradient(to right, #00FFFF, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #00FFFF);
}
.Button {
margin-top: 30px;
border-style: solid;
border-width: 1px;
width: 100px;
height: 100px;
}
body {
margin: 0px;
text-align: center;
}
section {
display: flex;
flex-wrap: wrap;
}
div:not(.Posts) {
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
border-style: solid;
border-width: 2px 0;
width: 49%;
}
#stick {
position: sticky;
top: 0;
}
img {
width: 20vh;
height: 20vh;
}
footer {
display: flex;
justify-content: center;
height: 20vh;
}
/* Mastodon things */
.Trees {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.Entry {
border-left: 2px solid;
border-right: 1px dashed;
border-top: 2px solid;
border-bottom: 2px solid;
}
.Exitry {
border-left: 1px dashed;
border-right: 2px solid;
border-top: 2px solid;
border-bottom: 2px solid;
}