pub fn flexbox( direction: &str, justify: &str, align: &str, wrap: &str, gap: Option<&str>, ) -> String
Generate CSS flexbox layout.