Justificar texto con CSS

Si queremos justificar un parrafo de texto desde nuestra hoja de estilos debemos agregar este código:

.justifyText{
text-align : justify;
}

A continuación un ejemplo más detallado:

.TextoInicio {
FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Arial; TEXT-DECORATION: none ; TEXT-ALIGN:justify;
}

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s

Seguir

Get every new post delivered to your Inbox.