1
0
Fork 0
amy.rip/hacked/hacked.css
amy b5a4c0a601
Some checks failed
Build / Build (push) Successful in 46s
Build / Deploy (push) Failing after 10s
first commit
2024-12-24 16:32:54 +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;
}