Skip to content

Instantly share code, notes, and snippets.

@Pageboy
Created November 7, 2021 12:41
Show Gist options
  • Save Pageboy/660e766ab6de1e2f5bb3191c0e29ffaa to your computer and use it in GitHub Desktop.
Save Pageboy/660e766ab6de1e2f5bb3191c0e29ffaa to your computer and use it in GitHub Desktop.
dropcaps on first letter
.blurb:first-letter {
background-color: rgb(61, 60, 145);
color: white;
float: left;
font-family: Georgia;
font-size: 4em;
line-height: 1;
padding: 0 .1em;
margin: .1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment