temporary css changes

This commit is contained in:
Denis Lehmann 2022-04-11 00:21:59 +02:00
parent 7e4df5c34c
commit 101ffcbc87
2 changed files with 26 additions and 2 deletions

View file

@ -1,3 +1,21 @@
body {
font-family: sans-serif;
margin: 0;
}
#container {
display: flex;
flex-direction: column;
}
#header {
border: 1px solid green;
}
#title {
font-size: 14pt;
}
#content {
border: 1px solid red;
}