Upload files to "/"
This commit is contained in:
parent
415735c626
commit
ea17cda70c
4 changed files with 64 additions and 0 deletions
32
stylish.css
Normal file
32
stylish.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
@font-face {
|
||||
font-family: 'Iosevka';
|
||||
src: url('iosevka.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
margin-left:25%;
|
||||
color: white;
|
||||
font-family: 'Iosevka', monospace;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
color: white;
|
||||
font-family: 'Iosevka', monospace;
|
||||
font-size: 33px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
margin-left: 25%;
|
||||
color: white;
|
||||
font-family: 'Iosevka', monospace;
|
||||
}
|
||||
|
||||
.noleftm {
|
||||
|
||||
margin-left: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue