Fedi.CrowdedGames.Group/CSS/account.css
2025-05-25 16:55:49 -07:00

36 lines
476 B
CSS

.Button {
margin-top: 30px;
border-style: solid;
border-width: 1px;
width: 100px;
height: 100px;
}
body {
margin: 0px;
text-align: center;
}
footer {
display: flex;
justify-content: center;
height: 5vh;
}
/* Mastodon things */
.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;
}