I am making a website and I\'m trying to vertically center:
position: absolute; width:1200px; height:600px; top: 50%; left: 50%; margin-left: -600px;
I think this should be helpful :)
i{ -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); position: absolute; top: 50%; left: 50%; }
<i>center</i>