I have a text that I want to center. I've googled it and I tried some techniques, such as table display, but none of them works.
The nearest I've been to center it, is with the following CSS:
#wrapper {
position: fixed;
width: 500px;
top: 45%;
left: 30%;
}
With trial and error...
And, of course, depending on the screen, the error is more, or less evident.