Skip to content

Instantly share code, notes, and snippets.

@leandrocustodio
Created March 13, 2013 13:47
Show Gist options
  • Save leandrocustodio/5152217 to your computer and use it in GitHub Desktop.
Save leandrocustodio/5152217 to your computer and use it in GitHub Desktop.
Deixar apenas a primeira letra maiúscula em um string uppercase
h3{
text-transform: lowercase;
}
h3:first-letter{
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment