From 3059c20f1227b007414524ea6c5951bdb2c63dd8 Mon Sep 17 00:00:00 2001 From: ewandor Date: Mon, 8 Jul 2024 12:07:47 +0200 Subject: [PATCH] adding CSS --- src/index.css | 9 +++++++++ src/index.html | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/index.css diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..4aabf2a --- /dev/null +++ b/src/index.css @@ -0,0 +1,9 @@ +#chord_sheet { + font-family: monospace; + font-size: 13px; +} + +.chord { + font-weight: bold; + cursor: pointer; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 8e5d0e6..82ff504 100644 --- a/src/index.html +++ b/src/index.html @@ -2,12 +2,13 @@ - Webpack App + Chord Sheet Editor +

Hello world!

Tip: Check your console

-
+