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

20 lines
261 B
CSS
Raw Normal View History

2022-03-29 23:00:57 +00:00
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;
}