• We just upgraded the platform on which this website runs! Please inform @Jaxel of any issues.

Search results

  1. Jaxel

    Video Tutorial - Advanced Scripting and Coding

    The code I used in this video, is available below. Package CSS: body { color: white; font-family: Tahoma; text-shadow: 2px 2px black; font-size: 24px; } .colorB { background: var(--border-color); } .color1 { background: var(--main-color1); } .color2 { background...