fun <T> box(all: T): CssBox<T>
fun <T> box(vertical: T, horizontal: T): CssBox<T>
fun <T> box(top: T, right: T, bottom: T, left: T): CssBox<T>