top of page
bottom of page
body {
background: linear-gradient(180deg, #000000, #000080); /* Zwart naar donkerblauw */
position: relative;
}
.header-decoration {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100%;
height: 100px;
background: linear-gradient(90deg, gold, transparent, gold);
opacity: 0.8;
clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}