SyntaxFix
Write A Post
Hire A Developer
Questions
The legitimate way to do that irrespective of size of the div for any browser size is :
div{ margin:auto; height: 200px; width: 200px; position:fixed; top:0; bottom:0; left:0; right:0; background:red; }
Live Code