 info@undergroundsportclub.nl     +31 (0)20 7717571

undefined Start je Trial Package
  • Home
  • Memberships
  • Trainers
  • Workouts
  • Contact
  • Start je Trial Package
  • Privacybeleid
  • kopieren_Workouts
  • Template
  • Code

    .darkspottext {
    font-size: 64px;
    font-weight: 400;
    color: #393939;
    display: inline-block;
    letter-spacing: normal;
    }

    .darkspottext span {
    display: inline;
    color: #393939;
    animation: fadeToWhite 0.8s ease-in forwards;
    }

    @keyframes fadeToWhite {
    to {
    color: #FFFFFF;
    }
    }

  • Code

    <script>

    document.querySelectorAll('.darkspottext').forEach(el => {
    const text = el.textContent;
    el.textContent = '';

    [...text].forEach((char, i) => {
    const span = document.createElement('span');
    span.textContent = char;

    // Begin traag, daarna iets sneller
    const delay = i < 4 ? i * 0.12 : (4 * 0.12) + ((i - 4) * 0.07);
    span.style.animationDelay = `${delay}s`;

    el.appendChild(span);
    });
    });

    </script>

  • Code

    .custom5 {
    color: transparent; /* Geen vulling */
    -webkit-text-stroke: 2px #B77AFF; /* Zwarte outline */
    text-stroke: 1px #923DFF; /* Voor andere browsers */
    }

  • Code

    .custom9 {
    background: url('/uploads/yyI36HtZ/leon-overweel-GZd3l4Yxdxs-unsplash__msi___jpg.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    -webkit-text-stroke: 0px #fff; /* Witte outline */
    text-stroke: 2px #fff; /* Voor andere browsers */
    }

undefined

Contact

info@undergroundsportclub.nl

+31 (0)20 7717571

Nieuwe Kerkstraat 5k

1018 DW Amsterdam

Pagina's

Home

Memberships

Trainers

Workout

Contact

Privacyverklaring

Algemene voorwaarden

Openingstijden

Maandag 06:30 - 21:30

Dinsdag 06:30 - 21:30

Woensdag 06:30 - 21:30

Donderdag 06:30 - 21:30

Vrijdag 06:30 - 19:30

Zaterdag 08:30 - 14:00

Zondag 08:30 - 14:00