josephfusco
3/25/2016 - 8:01 PM

center-codepen.css

html {
    display: table;
    width: 100%;
    height: 100%;
}

body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}