Files
Spik-en-span/style.css

50 lines
787 B
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;
}
.navbar {
display: flex;
2025-04-03 12:33:16 +01:00
align-items: right;
justify-content: right;
2025-04-03 11:29:46 +01:00
background-color: #000;
padding: 10px 20px;
}
.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;
}