Skip to content

Instantly share code, notes, and snippets.

@fribibb
Created August 11, 2016 01:26
Show Gist options
  • Save fribibb/a57270001855f497298d147a59d94214 to your computer and use it in GitHub Desktop.
Save fribibb/a57270001855f497298d147a59d94214 to your computer and use it in GitHub Desktop.
/*
Based of http://blog.mojotech.com/
*/
.post-content>p:first-of-type:first-letter {
background-color: #28ba00;
border-radius: 3px;
color: #fff;
float: left;
font-size: 46px;
line-height: 30px;
padding: 17px;
margin-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment