--- id: 587d781c367417b2b2512ac0 title: Usa la propiedad text-transform para hacer el texto mayúsculas challengeType: 0 videoUrl: 'https://scrimba.com/c/cvVZQSP' forumTopicId: 301081 dashedName: use-the-text-transform-property-to-make-text-uppercase --- # --description-- La propiedad `text-transform` en CSS se utiliza para cambiar la apariencia del texto. Es una forma conveniente de asegurarse de que el texto en una página web aparezca de manera consistente, sin tener que cambiar el contenido del texto de los elementos HTML reales. La siguiente tabla muestra como los diferentes valores de `text-transform` cambian el texto de ejemplo "Transformame".
Valor | Resultado |
---|---|
lowercase | "Transformame" |
uppercase | "TRANSFORMAME" |
capitalize | "Transformame" |
initial | Usa el valor predeterminado |
inherit | Utiliza el valor text-transform del elemento principal |
none | Predeterminado: Usa el texto original |
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.