From bb45a30d1172feed833ca556392a2e8920322c91 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sun, 9 Mar 2025 13:34:54 -0400 Subject: html: add test key selector --- index.html | 18 ++++++++++++++++++ main.css | 4 ++++ 2 files changed, 22 insertions(+) diff --git a/index.html b/index.html index 99258e2..34d5388 100644 --- a/index.html +++ b/index.html @@ -95,6 +95,24 @@ +
+ + + + +
+ diff --git a/main.css b/main.css index f716cf5..9fdccd1 100644 --- a/main.css +++ b/main.css @@ -3,6 +3,10 @@ body { background-color: white; } +#fretboard { + float: left; + padding-right: 1em; + margin-right: 1em; } #fretboard table { -- cgit v1.2.3