added static files
This commit is contained in:
parent
be2ab47900
commit
d7bbd5d9c5
32
static/css/style.css
Normal file
32
static/css/style.css
Normal file
@ -0,0 +1,32 @@
|
||||
:root {
|
||||
font-family: 'Courier', monospace;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 120%;
|
||||
font-family: 'Courier', monospace;
|
||||
}
|
||||
|
||||
/* logo */
|
||||
span.logo {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
||||
/* grid */
|
||||
.container {
|
||||
padding: 2vw;
|
||||
}
|
||||
|
||||
/* sections */
|
||||
.about {
|
||||
font-size: 3vw;
|
||||
padding: 2vw;
|
||||
}
|
||||
|
||||
a {
|
||||
color: blue;
|
||||
}
|
Reference in New Issue
Block a user