Sample Page

div class=“fca-hero“>

FC AESCH

Seit 1921 – Leidenschaft auf dem Löhrenacker

CSS (In Design > Customizer > Zusätzliches CSS einfügen): .fca-hero { background-image: url(‚DEIN-BILD-URL.jpg‘); /* Hier Bild vom Löhrenacker einfügen */ background-size: cover; background-position: center; height: 80vh; display: flex; align-items: center; justify-content: center; color: white; text-align: center; } .fca-overlay { background: rgba(0, 0, 0, 0.6); padding: 40px; border-radius: 10px; border-left: 5px solid #ffcc00; /* Das FC Aesch Gelb */ } .fca-hero h1 { font-size: 4rem; margin-bottom: 10px; font-weight: bold; } .btn-yellow { background-color: #ffcc00; color: #000; padding: 12px 25px; text-decoration: none; font-weight: bold; margin-right: 10px; display: inline-block; } .btn-outline { border: 2px solid #ffcc00; color: #ffcc00; padding: 10px 23px; text-decoration: none; font-weight: bold; display: inline-block; } .btn-yellow:hover { background-color: #e6b800; }

Nach oben scrollen