Saltar al contenido

ejemplo de código html style align center

Ejemplo 1: texto del centro de CSS

/* To center text, you need to use text-align. */

.centerText {
  text-align: center; /* This puts the text into the center of the 
  screen. */
}

/* There are also other things that you can use in text-align:
left, right, and justify. Left and right make the test align to the
right or left of the screen, while justify makes the text align both
sides by spreading out spaces between some words and squishing others. */

Ejemplo 2: cómo centrar el texto en CSS

.class {
	text-align: center;
}

Ejemplo 3: alinear texto justificar

text-align: justify;

Ejemplo 4: alinear texto css

p{
    text-align:center;/*values: center, left, right, etc...*/
}

Ejemplo 5: alineación de texto css a la izquierda

body {
  text-align: left;
}

Ejemplo 6: alinear el centro

.headerTwoDiv{
			margin:1% auto;
			margin-right: auto; margin-left: auto; width: 21%; 
			padding-top: 11px;
		}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *