mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 13:26:49 +01:00
43 lines
699 B
CSS
43 lines
699 B
CSS
#ticketForm {
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#qrCodeContainer {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
.navbar {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #000;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.logo {
|
|
height: 50px;
|
|
position: absolute;
|
|
left: 20px;
|
|
}
|
|
|
|
.nav-links {
|
|
list-style: none;
|
|
padding: 0;
|
|
display: flex;
|
|
}
|
|
|
|
.nav-links li {
|
|
margin: 0 15px;
|
|
}
|
|
.nav-links a {
|
|
text-decoration: none;
|
|
color: white;
|
|
font-size: 18px;
|
|
} |