color : Element.Color -> Element.Attr decorative msg
width : Basics.Int -> Element.Attribute msg
widthXY : Basics.Int -> Basics.Int -> Element.Attribute msg
Set horizontal and vertical borders.
widthEach : { bottom : Basics.Int, left : Basics.Int, right : Basics.Int, top : Basics.Int } -> Element.Attribute msg
solid : Element.Attribute msg
dashed : Element.Attribute msg
dotted : Element.Attribute msg
rounded : Basics.Int -> Element.Attribute msg
Round all corners.
roundEach : { topLeft : Basics.Int, topRight : Basics.Int, bottomLeft : Basics.Int, bottomRight : Basics.Int } -> Element.Attribute msg
glow : Element.Color -> Basics.Float -> Element.Attr decorative msg
A simple glow by specifying the color and size.
innerGlow : Element.Color -> Basics.Float -> Element.Attr decorative msg
shadow : { offset : ( Basics.Float, Basics.Float ), size : Basics.Float, blur : Basics.Float, color : Element.Color } -> Element.Attr decorative msg
innerShadow : { offset : ( Basics.Float, Basics.Float ), size : Basics.Float, blur : Basics.Float, color : Element.Color } -> Element.Attr decorative msg