Skip to content

Instantly share code, notes, and snippets.

View wischi-chr's full-sized avatar
🌍
Currently on planet earth

Christian Franzl wischi-chr

🌍
Currently on planet earth
  • bitOxide - Software Development e.U.
  • Vienna
  • 07:43 (UTC +02:00)
View GitHub Profile
@raphi011
raphi011 / scale-navigation.html
Created February 8, 2026 09:39
Interactive Scale Navigation with Guitar Fretboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scale Navigation System</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=JetBrains+Mono:wght@300;400;500&family=Outfit:wght@200;300;400;500;600;700&display=swap');
:root { --bg:#0a0a0f; --bgs:#12121a; --text:#e8e6e1; --dim:#7a7872; --acc:#d4a054; --accg:#d4a05440; --rb:#2a2a3a; }
* { margin:0; padding:0; box-sizing:border-box; }