Type safe 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, Color.name(Col.RED))
}CSS units
Colors
CSS helper classes
Style objects
Global Styles
Pseudo Class Support
Last updated