Hugo go go go
Made a hugo setup from scratch to generate a static blog and portfolio webpage. The old stuff may still be found in static/old.
This commit is contained in:
19
static/old/it1/main.css
Normal file
19
static/old/it1/main.css
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
body {
|
||||
background-color: rgb(24, 26, 27);
|
||||
color: rgb(218, 215, 210);
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 2vh;
|
||||
margin-left: 13vw;
|
||||
margin-right: 42.0vw;
|
||||
}
|
||||
|
||||
li.right > ul {
|
||||
align-content: right;
|
||||
}
|
||||
|
||||
#oppgaver {
|
||||
margin-left: 3vh;
|
||||
}
|
Reference in New Issue
Block a user