Basta ya de indagar en internet ya que has llegado al sitio correcto, tenemos la solución que necesitas hallar pero sin complicaciones.
Ejemplo 1: CSS todo en mayúsculas
.uppercasetext-transform: uppercase;#exampletext-transform: none;/* No capitalization, the text renders as it is (default) */text-transform: capitalize;/* Transforms the first character of each word to uppercase */text-transform: uppercase;/* Transforms all characters to uppercase */text-transform: lowercase;/* Transforms all characters to lowercase */text-transform: initial;/* Sets this property to its default value */text-transform: inherit;/* Inherits this property from its parent element */
Ejemplo 2: CSS todo en mayúsculas para poner en mayúsculas
.linktext-transform: lowercase;.link::first-linetext-transform: capitalize;
Ejemplo 3: ingrese mayúsculas con css
inputtext-transform: uppercase;
Ejemplo 4: todo el texto en mayúsculas usando css
.class_nametext-transform: none
Ejemplo 5: CSS todo en mayúsculas para usar mayúsculas
.linktext-transform: lowercase;.link::first-linetext-transform: capitalize;
Ejemplo 6: ingrese mayúsculas con css
"let p = this.selectionStart; this.value = this.value.toUpperCase();this.setSelectionRange(p, p);" />
Te invitamos a favorecer nuestro cometido exponiendo un comentario o dejando una valoración te damos la bienvenida.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)