captalize each letter

captalize each letter

by stofke

HTML

<span>los angeles and new york</span>

CSS

span {
  text-transform: capitalize;
}