Is it possible to use CSS to align a div with text to the center of the browser window.
If I use
margin-left: auto;
margin-right: auto;
I can align it to the center horizontaly, but how do I do it verticaly too?
PS: There is no scroolbars on the page.




Reply With Quote