Border(width: CssSize? = null, style: BORDERSTYLE? = null)
Creates CSS Border with given width and style.
Border(width: CssSize? = null, style: BORDERSTYLE? = null, color: Int)
Creates CSS Border with given width, style and color given in hex format.
Border(width: CssSize? = null, style: BORDERSTYLE? = null, color: COLOR)
Creates CSS Border with given width, style and color given with named constant.