Answers for "text with all caps"

CSS
7

all text in caps using css

.class_name {
  text-transform: none|capitalize|uppercase|lowercase|initial|inherit;
}
Posted by: Guest on July-14-2020

Browse Popular Code Answers by Language