18 lines
260 B
CSS
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;
|
|
}
|