kleine update, pagina voor questions beginning template
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user