v2.exhq.dev/hacked/hacked.css
2024-07-08 05:48:18 +03:30

18 lines
260 B
CSS

.hackedmain {
display: flex;
justify-content: center;
}
.hackedheader {
font-size: 1.5em;
}
.hackedlist a {
color: pink;
}
.hackedlist {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}