github.io/it1/main.css

14 lines
192 B
CSS
Raw Normal View History

2020-03-19 21:01:52 +00:00
2020-03-27 21:24:01 +00:00
body {
background-color: rgb(24, 26, 27);
color: rgb(218, 215, 210);
}
li.right > ul { /* TODO: FIX! */
align-content: right;
}
2020-03-19 21:01:52 +00:00
#oppgaver {
margin-left: 3vh;
}