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: Col)
Creates CSS Border with given width, style and color given with named constant.