colon three
This commit is contained in:
parent
4dc39a7af5
commit
42281b47fc
5 changed files with 81 additions and 11 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