rbx_web_div - Styxling/Feather GitHub Wiki
{type = "div"}
{type = "hdiv"}
hdiv and div function identically except for default style settings; hdiv exists for convenience.
PROPERTIES
type : "div" | "hdiv"
style : {} | string
STYLE
-- Defaults included as comments
background_color : Color3 -- (1, 1, 1)
fillDirection : Enum.FillDirection -- Vertical for div, Horizontal for hdiv
horizontalAlignment : Enum.HorizontalAlignment -- Left
margine : number -- 4 for div, 0 for hdiv
outline : { -- Applied to the text label, not the text itself; use text_stroke instead
line_join_mode : Enum.LineJoinMode, -- Miter
thickness : number, -- 0
color : Color3 -- (0, 0, 0)
}