I am facing a problem, how to center text (h1) inside div. I want the web page to be full screen and i achieved that with vh units.
.page { height: 100vh;
width: 100%;}
On that page i want div to be centered horizontally and vertically. I tried with
.div { top: 50%;
left: 50%;}
but that just didnt do the trick. I also want this to be "resposive" si that it is centered on any screen. I am looking to build something like this: http://www.anthonygoodisondesign.com/