I want to center an object using CSS and no hacks, is this possible and how?
I have tried this, but than my p tag is gone.
.centered { position: fixed;
if you don't need to be position:fixed; you can just use
Hello
This is deprecated in HTML5