first commit
This commit is contained in:
commit
b5a4c0a601
42 changed files with 2802 additions and 0 deletions
18
hacked/hacked.css
Normal file
18
hacked/hacked.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue