Back to course

Styling with CSS

JavaFX 0 to Hero

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; }