Created
April 1, 2019 10:56
-
-
Save Glinkfr/819217f8e17f376b8cc151c396921ac5 to your computer and use it in GitHub Desktop.
Lettrine CSS partie 2
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-family: 'Rye', cursive; | |
font-size: 60px; | |
line-height:60px; | |
margin-right: 5px; | |
float: left; | |
color: #F55E07; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment