Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created October 10, 2019 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/069f707adf24265688a3ad9a3ef18221 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/069f707adf24265688a3ad9a3ef18221 to your computer and use it in GitHub Desktop.
#body {
-fx-font-size: 30pt;
}
#numberField {
-fx-pref-width: 400px;
-fx-pref-height: 400px;
}
.label {
-fx-border-color: black;
-fx-border-width: 0.2px;
-fx-background-color: white;
-fx-pref-width: 400px;
-fx-pref-height: 80px;
}
.button {
-fx-border-color: black;
-fx-border-width: 0.2px;
-fx-background-color: lightgrey;
-fx-pref-width: 100px;
-fx-pref-height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment