Skip to content

Instantly share code, notes, and snippets.

@killa-kyle
Created September 24, 2015 17:41
Show Gist options
  • Save killa-kyle/52261e0ae39b5d230cc2 to your computer and use it in GitHub Desktop.
Save killa-kyle/52261e0ae39b5d230cc2 to your computer and use it in GitHub Desktop.
Article Dropcap
.dropcap {
float: left;
font-family: "proxima-nova", sans-serif;
font-size: 119.2px;
line-height: 90px;
font-weight: 400;
color: #2a5781;
padding-right: 10px;
margin-top: 10px;
margin-bottom: -1px;
}
@media (max-width: 1366px) {
.dropcap {
font-size: 100px;
margin-top: 1px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment