1
0
Fork 0
amy.rip/hacked/hacked.css

19 lines
260 B
CSS
Raw Normal View History

2024-12-24 14:02:54 +01: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;
}