This commit is contained in:
vista-man
2025-02-19 11:37:07 +01:00

View File

@@ -9,16 +9,15 @@ body {
/* Top bar menu */
.menu-bar {
width: 100%;
background-color: #ffe1b0;
width: 75%;
background-color: #ffffff;
padding: 10px 0;
display: flex;
flex-wrap: wrap; /* Allow wrapping of menu items */
justify-content: center; /* Center the menu items */
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
position: absolute; /* Initially position in the middle */
top: 50%;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000; /* Ensure it is above other elements */
@@ -35,11 +34,11 @@ body {
}
.menu-bar.dark {
background-color: #ffb700; /* Darker background color when modal is open */
background-color: #ff8c00; /* Darker background color when modal is open */
}
.menu-item {
background-color: #ffb700;
background-color: #ff8c00;
padding: 10px 20px;
margin: 5px;
border-radius: 8px;
@@ -72,7 +71,7 @@ body {
text-align: center;
cursor: pointer;
transition: all 0.3s ease, box-shadow 0.3s ease;
border: 2px solid darkgoldenrod; /* 2px dikke zwarte rand */
border: 2px solid #ff8c00; /* 2px dikke zwarte rand */
padding: 20px; /* Ruimte binnen de container */
}
@@ -298,7 +297,8 @@ body {
.logo {
width: 100%;
max-width: 200px;
padding: 60px;
max-width: 400px;
margin: 20px auto;
display: block;
transition: opacity 0.3s ease; /* Add transition for smooth hiding */