<@U78L28DMX> horizontal rules are a typography thi...
# tornadofx
c
@amanda.hinchman-dominguez horizontal rules are a typography thing. not really related to layouts in terms of not specifying how components get aligned. throw this in a browser <html> <body> <h1>TornadoFX</h1> <hr> <h2>A Kotlin JavaFX Framework</h2> </body> </html>
👍 1