Files
Spik-en-span/style.css

115 lines
1.6 KiB
CSS
Raw Normal View History

#ticketForm {
max-width: 500px;
margin: 0 auto;
}
#qrCodeContainer {
margin-top: 20px;
}
2025-04-03 11:29:46 +01:00
2025-04-03 12:55:30 +01:00
.body {
2025-04-03 11:29:46 +01:00
margin: 0;
font-family: Arial, sans-serif;
}
2025-04-03 11:29:46 +01:00
.navbar {
display: flex;
align-items: right;
justify-content: right;
background-color: #000;
padding: 10px 20px;
}
2025-04-03 11:29:46 +01:00
.logo {
height: 50px;
position: absolute;
left: 20px;
}
.nav-links {
list-style: none;
padding: 0;
display: flex;
2025-04-03 12:42:46 +01:00
margin-right: 15px;
2025-04-03 11:29:46 +01:00
}
.nav-links li {
margin: 0 15px;
}
.nav-links a {
text-decoration: none;
2025-04-03 12:33:16 +01:00
color: rgb(0, 0, 0);
2025-04-03 11:29:46 +01:00
font-size: 18px;
}
2025-04-03 12:55:30 +01:00
.section{
background-color: #000;
2025-04-03 12:55:30 +01:00
}
.size {
width: 33.33%;
height: 25%;
2025-04-04 09:21:47 +02:00
}
.item-container {
display: flex;
justify-content: space-between;
margin-top: 30px;
2025-04-04 09:32:31 +02:00
}
.item {
flex: 0 0 48%;
border: 1px solid #ddd;
border-radius: 5px;
padding: 15px;
text-align: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.item img {
max-width: 100%;
height: auto;
margin-bottom: 15px;
}
.item h5 {
margin-bottom: 10px;
}
.item p {
margin-bottom: 15px;
2025-04-08 08:37:55 +01:00
}
.item button {
2025-04-08 11:01:57 +01:00
width: 100%;
}
.video-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 20px;
}
.background-video {
max-width: 100%;
height: auto;
margin-top: 15px;
2025-04-09 09:21:13 +01:00
display: flex;
justify-content: center;
}
.inhoud button {
margin-top: 10px;
2025-04-09 09:21:13 +01:00
}
.background-video {
display: flex;
justify-content: center;
}