kleine update, pagina voor questions beginning template

This commit is contained in:
Bram Barbieri
2024-03-31 14:11:33 +02:00
parent eea0828b37
commit 074406aec5
3 changed files with 43 additions and 4 deletions

View File

@@ -11,10 +11,10 @@
}
.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,12 @@
color: #fff;
text-decoration: none;
font-size: 18px;
}
}
#data-container {
width: 80%;
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
border: 1px solid #ccc;
}