[Tex/LaTex] Center the text in whole page

horizontal alignmentvertical alignment

I have just a single line on one page. I want to bring it on the center of page both through length and breadth. How can it be done?

Best Answer

My try:

\documentclass{scrartcl}
\begin{document}
\
\vfil
\hfil Centered text \hfil
\vfil
\end{document}