Box
type position =
| Left
| Center
| Right
val render : ?align:position -> ?float:position -> ?padding:Padding.t -> ?margin:Margin.t -> ?border:Border.t -> string -> string
module Border : sig ... end
module Padding : sig ... end
module Margin : sig ... end