v2.exhq.dev/hacked/hacked.css

19 lines
260 B
CSS
Raw Permalink Normal View History

2024-07-08 04:18:18 +02:00
.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;
}