Add basic header component

This commit is contained in:
Johannes Zellner
2023-02-22 16:20:07 +01:00
parent dafc8dea19
commit e7b5cf7b23
3 changed files with 54 additions and 10 deletions

View File

@@ -1,12 +1,9 @@
html {
/* this also defines the overall widget size as all sizes are in rem */
font-size: 13px;
html, body {
font-size: 13px; /* this also defines the overall widget size as all sizes are in rem */
height: 100%;
width: 100%;
padding: 0;
}
body {
margin: 0;
background-color: #e5e5e5;
}