pracownia-timefall/static/css/base.css
2020-12-20 23:10:49 +01:00

16 lines
246 B
CSS

html, body {
width: 100%;
height: 100%;
font-family: sans-serif;
}
.navbar {
height: 50px;
background-color: #D3D3D3;
width: 100%;
}
.main_container {
background-color: whitesmoke;
width: 100%;
height: 100%;
}