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:
@@ -204,30 +204,31 @@ body {
|
|||||||
top: 0; /* Position it at the very top */
|
top: 0; /* Position it at the very top */
|
||||||
width: 100%; /* Make it span the full width of the page */
|
width: 100%; /* Make it span the full width of the page */
|
||||||
z-index: 1000; /* Make sure it's above all other elements */
|
z-index: 1000; /* Make sure it's above all other elements */
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center; /* Center the links horizontally */
|
justify-content: center; /* Center the links horizontally */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%; /* Make it span the full width of the navbar */
|
width: 100%; /* Make it span the full width of the navbar */
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.plotly-container {
|
||||||
display: flex;
|
width: 100%;
|
||||||
flex-direction: row;
|
float: bottom;
|
||||||
|
padding: 1vw;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
border: 3px solid #ccc;
|
border: 3px solid #ccc;
|
||||||
|
Reference in New Issue
Block a user