/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 15, 2021, 12:20:58 AM
    Author     : xaos
*/
canvas
{
	border-color: red;
	border-width: 3px;
	border-style: groove;	
	background-color: green;
	width: 	94%;
}

body
{
	background-color:  FloralWhite ;
}

label
{
    padding-left: 1em;
}

button
{
   padding-left: 1em; 
}
#fretZone
{
	display:flex;
	justify-content: center;
}
#chordZone
{
	display:flex;
}
#scaleZone
{
	display:flex;
	flex-direction: column;
}
#stringZone
{
	
}
#instrumentZone
{float: left;}
#tuneZone{}





