uppercase text #2291
Answered
by
lubber-de
EDUARDOFERZ
asked this question in
Elements (button, image, label, loader, ...)
uppercase text
#2291
-
Is there code to uppercase texts]? |
Beta Was this translation helpful? Give feedback.
Answered by
lubber-de
Mar 31, 2022
Replies: 1 comment
-
You can use CSS like this #myelement {
text-transform: uppercase;
} https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lubber-de
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use CSS like this
https://developer.mozilla.org/en-US/docs/Web/CSS/text-transform