colon three

This commit is contained in:
amy 2024-07-08 05:48:18 +03:30
parent 4dc39a7af5
commit 42281b47fc
5 changed files with 81 additions and 11 deletions

18
hacked/hacked.css Normal file
View file

@ -0,0 +1,18 @@
.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;
}