[Tex/LaTex] Justify and center text

articlehorizontal alignment

I would like to justify and center text in the following manner:

example

Notice how each line is exactly the same length. How is this done?

I am using a documentclass article and no packages.

Best Answer

\begin{center}
\begin{minipage}{.7\linewidth}
jajasdjsdjsd sdj asj
\end{minipage}
\end{center}

or you could use

\begin{quotation}
jajasdjsdjsd sdj asj
\end{quotation}

(which allows page breaking)

or you could use

\begin{abstract}
jajasdjsdjsd sdj asj
\end{abstract}

which is more or less the same, but writes abstract at the start.