Created
July 27, 2015 20:45
-
-
Save jpcontrerasv/9aa19d1182fe7a06699a to your computer and use it in GitHub Desktop.
First Letter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p::first-letter { | |
font-weight: bold; | |
color: red; | |
float: left; | |
width: 0.7em; | |
font-size: 400%; | |
font-family: algerian, courier; | |
line-height: 80%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment