add initial files

added files from own repo, updated readme
This commit is contained in:
wompmacho
2020-11-03 14:59:03 -05:00
parent 4c929b3515
commit 93adc494c2
5 changed files with 299 additions and 2 deletions

19
style.css Normal file
View File

@@ -0,0 +1,19 @@
#ANCHORPANE{
-fx-background-color: #87ceeb;
}
#BRANCH_ANGLE_LABEL{
-fx-color: white;
}
.slider{
-fx-color: blue;
}
.slider .axis .axis-tick-mark{
-fx-stroke: green;
}
.slider .axis .axis-minor-tick-mark {
-fx-stroke: grey;
}