Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Last active February 9, 2017 13:43
Show Gist options
  • Save Lego2012/8c07a7dc04d83852a303b75eb866221b to your computer and use it in GitHub Desktop.
Save Lego2012/8c07a7dc04d83852a303b75eb866221b to your computer and use it in GitHub Desktop.
Erstes Zeichen formatieren
p:first-letter {
text-transform: uppercase;
font-weight: bold;
font-size: 28px;
}
/*
Mit :first-letter können wir das erste Zeichnen eines Elementes formatieren. Wir nutzen dies um den ersten Buchstaben von unserem p-Tag uppercase, bold und in 28px darzustellen.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment