Skip to content

Instantly share code, notes, and snippets.

@tmsss
Created November 27, 2015 10:26
Show Gist options
  • Select an option

  • Save tmsss/c6a238493280b464f51e to your computer and use it in GitHub Desktop.

Select an option

Save tmsss/c6a238493280b464f51e to your computer and use it in GitHub Desktop.
Drop caps
p:first-letter{
display:block;
margin:5px 0 0 5px;
float:left;
color:#FF3366;
font-size:60px;
font-family:Georgia;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment