
De creatieve onderdelen van Visueel met Esther zijn verhuisd naar
Bekijk hieronder direct het onderwerp dat je zoekt.
.creatief-verhuisd {
max-width: 750px;
margin: 40px auto;
padding: 28px;
text-align: center;
border: 1px solid #dddddd;
border-radius: 12px;
background-color: #f8f8f8;
}
.creatief-verhuisd h2 {
margin-top: 0;
}
.creatief-verhuisd p {
line-height: 1.6;
}
.creatief-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin-top: 22px;
}
.creatief-links a {
display: inline-block;
padding: 10px 16px;
color: inherit;
text-decoration: none;
border: 1px solid currentColor;
border-radius: 6px;
}
.creatief-links a:hover,
.creatief-links a:focus {
text-decoration: underline;
}