```hbox { text("Lorem Ipsum") { ...
# tornadofx
a
Copy code
hbox {
                text("Lorem Ipsum") {
                    addClass(LoginStyles.title)
                    style {
                        opacity = 1.0
                   } 
                }
                style {
                    backgroundColor += c("#FFFFFF")
                    opacity = .10
                }
            }