mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 13:26:49 +01:00
enhance styling in bestellen.css for improved layout and user experience
This commit is contained in:
163
bestellen.css
163
bestellen.css
@@ -1,3 +1,166 @@
|
||||
#ticketForm {
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#qrCodeContainer {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
.body {
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
align-items: right;
|
||||
justify-content: right;
|
||||
background-color: #000;
|
||||
padding: 10px 20px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 50px;
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.nav-links li {
|
||||
margin: 0 15px;
|
||||
}
|
||||
.nav-links a {
|
||||
text-decoration: none;
|
||||
color: rgb(0, 0, 0);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.section{
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.size {
|
||||
width: 33.33%;
|
||||
height: 25%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #ffffff;
|
||||
text-align: center;
|
||||
}
|
||||
.container {
|
||||
max-width: 600px;
|
||||
margin: 50px auto;
|
||||
background: white;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
input, textarea {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
}
|
||||
button {
|
||||
background-color: #28a745;
|
||||
color: white;
|
||||
padding: 10px 15px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
button:hover {
|
||||
background-color: #218838;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #f8f9fa;
|
||||
text-align: center;
|
||||
}v
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: 50px auto;
|
||||
background: white;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
opacity: 0.5;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
h2 {
|
||||
color: #28a745;
|
||||
}
|
||||
p {
|
||||
text-align: left;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.team-member {
|
||||
margin: 20px 0;
|
||||
}
|
||||
.team-member img {
|
||||
border-radius: 50%;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.team-member h3 {
|
||||
margin: 10px 0 5px;
|
||||
}
|
||||
.team-member p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.achtergrond-video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.inhoud {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
color: white;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.background-video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin-top: 15px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
.background-video {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
.item-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user