github.io/static/old/it1/main.css

20 lines
261 B
CSS
Raw Normal View History

2020-03-19 22:01:52 +01:00
2020-03-27 22:24:01 +01:00
body {
background-color: rgb(24, 26, 27);
color: rgb(218, 215, 210);
}
2020-03-28 00:22:28 +01:00
#content {
margin: 2vh;
margin-left: 13vw;
margin-right: 42.0vw;
}
li.right > ul {
2020-03-27 22:24:01 +01:00
align-content: right;
}
2020-03-19 22:01:52 +01:00
#oppgaver {
margin-left: 3vh;
}