Skip to content

Instantly share code, notes, and snippets.

@magemore
Created April 25, 2012 04:54
Show Gist options
  • Save magemore/2486529 to your computer and use it in GitHub Desktop.
Save magemore/2486529 to your computer and use it in GitHub Desktop.
Add a drop cap
p:first-letter{
display:block;
margin:5px 0 0 5px;
float:left;
color:#000;
font-size:60px;
font-family:Georgia;
}
@magemore
Copy link
Author

A.k.a. how to make the first letter of your article bigger than the rest, all classic style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment