8000 GitHub - J0rgeSerran0/Piano-Chords-and-Scales: Piano Chords and Scales
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

J0rgeSerran0/Piano-Chords-and-Scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Piano Chords & Scales

Piano Chords and Scales

Based in the repo: Boateng24/Piano-Keys

HTML page to draw the keys of a Piano, giving you the possibility to highlight the keys that you are going to use

This repo does not contain all the chords and scales

Is a repo to help you how to do it!

You can use this repo to prepare your own songs too

Piano

HTML & CSS

The HTML page, has a CSS that could be changed easily

Note: The code I am sharing here, is not an HTML responsive

How to highlight a key

To highlight a key, you should add selected in the class section

For example, the original section:

<section id='c3-c-key' class='key'>
    <section class='keynote'>C</section>
</section>

Should be modified as:

<section id='c3-c-key' class='key selected'>
    <section class='keynote'>C</section>
</section>

Releases

No releases published

Packages

No packages published
0