Events 1

Extra informatie

Centered Content .split-container { display: flex; justify-content: center; align-items: center; height: 100vh; font-family: Helvetica, Arial, sans-serif; text-align: center; padding: 0 20px; box-sizing: border-box; } .column { flex: 1; padding: 20px; } .column img { max-width: 200px; height: auto; } .column p { font-size: 20px; margin: 0; } .login-button { font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 20px; color: white; background-color: #213c5f; /* DFSA blauw */ border: none; padding: 20px 20px; border-radius: 0px; text-decoration: none; text-align: center; display: inline-block; cursor: pointer; transition: background-color 0.3s ease; } .login-button:hover { background-color: #e75625; /* DFSA oranje */ color: white; } .login-button:active { background-color: #e75625; /* DFSA oranje */ color: white; } @media (max-width: 768px) { .split-container { flex-direction: column; height: auto; } .column { padding: 10px; } .column img { max-width: 150px; } .column p { font-size: 18px; } }
DFSA Logo

You need to register before accessing this content.


Evenement met bekende mensen

Centered Content

.split-container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: Helvetica, Arial, sans-serif;
text-align: center;
padding: 0 20px;
box-sizing: border-box;
}

.column {
flex: 1;
padding: 20px;
}

.column img {
max-width: 200px;
height: auto;
}

.column p {
font-size: 20px;
margin: 0;
}

.login-button {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 20px;
color: white;
background-color: #213c5f; /* DFSA blauw */
border: none;
padding: 20px 20px;
border-radius: 0px;
text-decoration: none;
text-align: center;
display: inline-block;
cursor: pointer;
transition: background-color 0.3s ease;
}

.login-button:hover {
background-color: #e75625; /* DFSA oranje */
color: white;
}

.login-button:active {
background-color: #e75625; /* DFSA oranje */
color: white;
}

@media (max-width: 768px) {
.split-container {
flex-direction: column;
height: auto;
}

.column {
padding: 10px;
}

.column img {
max-width: 150px;
}

.column p {
font-size: 18px;
}
}

DFSA Logo

You need to register before accessing this content.