fixed the thing
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 18s
All checks were successful
deploy to neocities / Build and deploy Jekyll site (push) Successful in 18s
This commit is contained in:
68
_site/css/main.css
Normal file
68
_site/css/main.css
Normal file
@@ -0,0 +1,68 @@
|
||||
body {
|
||||
background: #201b1a;
|
||||
background-attachment: local;
|
||||
background-position: top;
|
||||
background-image: url("/img/background.jpg");
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
padding: 2.5em;
|
||||
}
|
||||
|
||||
.header a {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.header img {
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
nav {
|
||||
}
|
||||
|
||||
.navlink {
|
||||
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 30em;
|
||||
margin-left: 8em;
|
||||
height: 40em;
|
||||
overflow: scroll;
|
||||
scrollbar-width: none;
|
||||
padding: 2em;
|
||||
|
||||
}
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 1em;
|
||||
|
||||
}
|
||||
|
||||
.footerdiv {
|
||||
width: 50em;
|
||||
|
||||
}
|
||||
|
||||
.footerdiv > p {
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.footerlinks {
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline-block;
|
||||
}
|
||||
Reference in New Issue
Block a user