CSS properties
div("A label with custom CSS styling") {
margin = 10.px
padding = 20.px
fontFamily = "Times New Roman"
fontSize = 32.px
fontStyle = FontStyle.OBLIQUE
fontWeight = FontWeight.BOLDER
fontVariant = FontVariant.SMALLCAPS
textDecoration = TextDecoration(TextDecorationLine.UNDERLINE, TextDecorationStyle.DOTTED, Col.RED)
}CSS units
Colors
CSS helper classes
Style objects
Last updated