I have been looking over other questions posted on SO and tried the CSS however I cannot seem to align the "box" HxV within the container.
What is the best way to get it to display HxV responsive?
HTML:
<div class="container">
        <div class="row">
            <div class="col-md-8 col-md-offset-2 center-block"> 
                box
            </div>
        </div>
    </div>
 
     
    