0

Is there a way to code in css like this image? transparent fill, blue stroke border, text in center. Sorry for my english.

Spanish drag and drop image with blue stroke

Community
  • 1
  • 1

1 Answers1

0

Try using fx-border-color and fx-stroke-dash-array to create the dashed border.

For example,

-fx-border-color: deepskyblue;
-fx-fill: transparent;
-fx-stroke-dash-array: 10 10;
-fx-text-alignment: center;
James Lim
  • 12,915
  • 4
  • 40
  • 65
faris
  • 692
  • 4
  • 18