github.io/it1/main.css

20 lines
261 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);
}
2020-03-27 23:22:28 +00:00
#content {
margin: 2vh;
margin-left: 13vw;
margin-right: 42.0vw;
}
li.right > ul {
2020-03-27 21:24:01 +00:00
align-content: right;
}
2020-03-19 21:01:52 +00:00
#oppgaver {
margin-left: 3vh;
}