From f28c7a3be0fa7d906e5fbb41d597213d335b07a3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 3 Mar 2025 13:42:57 +0100 Subject: Add morse chart --- index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 983b33e..3b1c8fc 100644 --- a/index.html +++ b/index.html @@ -379,6 +379,22 @@ vertical-align: middle; cursor: pointer; } + + .chart-link { + margin-top: 20px; + font-size: 18px; + } + + .chart-link a { + color: #3498db; + text-decoration: none; + transition: color 0.3s; + } + + .chart-link a:hover { + color: #f39c12; + text-decoration: underline; + } @@ -389,6 +405,9 @@

Learn Morse code the fun way! Listen to the sound and pick the correct character.

+
-- cgit v1.3.1