
Ian M. answered 03/27/19
Professional Web Designer, Developer, UI/UX
Your drawing didn't survive Wyzant's parsing, I'm afraid. But let me try to help:
Your block element will by default fill the available space from left to right, so setting a minimum width might cause overflow issues. Also, it should already be centered (technically) if it fills the available space.
If, however, you mean you set a maximum width, and the block is smaller than the available space, then you can use
to center it horizontally. You can also change the zero if you actually want margins on the top and bottom.
Ian.