Styling with CSS
JavaFX supports a subset of CSS to style components. Properties start with -fx-.
css .button { -fx-background-color: #ff0000; -fx-text-fill: white; }
JavaFX 0 to Hero
JavaFX supports a subset of CSS to style components. Properties start with -fx-.
css .button { -fx-background-color: #ff0000; -fx-text-fill: white; }