Merge branch 'main' of ssh://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-3/qaajeeqiinii59

This commit is contained in:
sietse jonker
2024-03-31 21:08:49 +02:00
4 changed files with 202 additions and 6 deletions

View File

@@ -6,15 +6,15 @@
body {
padding-top: 5vw;
display: flex;
background-color: #afafaf;
background-color: #dbd7d7;
margin: 0;
}
.navbar {
background-color: #333;
background-color: #3d898c;
height: 60px;
display: flex;
align-items: center;
align-items: center ;
padding: 0 20px;
position: fixed; /* Fix the navbar at the top of the page */
top: 0; /* Position it at the very top */
@@ -39,4 +39,20 @@
color: #fff;
text-decoration: none;
font-size: 18px;
}
}
#data-container {
width: 80%;
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
border: 1px solid #ccc;
}
.chart-container {
width: 80%;
margin: 20px auto;
}
canvas {
margin-bottom: 20px;
}